Skip to content

Commit

Permalink
Merge pull request #34 from VarunNSrivastava/main
Browse files Browse the repository at this point in the history
Updates to extension: UI, caching embeddings, temp logo
  • Loading branch information
do-me authored Aug 14, 2023
2 parents e77084d + db7e892 commit d2b8673
Show file tree
Hide file tree
Showing 26 changed files with 77,517 additions and 316 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

7 changes: 5 additions & 2 deletions extension/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

# Transformers.js - Sample browser extension
# SemanticFinder Browser Extension

An example project to show how to run 🤗 Transformers in a browser extension. Although we only provide instructions for running in Chrome, it should be similar for other browsers.

## Getting Started
1. Install the necessary dependencies:
Expand All @@ -21,3 +20,7 @@ An example project to show how to run 🤗 Transformers in a browser extension.

3. Add the extension to your browser. To do this, go to `chrome://extensions/`, enable developer mode (top right), and click "Load unpacked". Select the `build` directory from the dialog which appears and click "Select Folder".


----

A big thank you to Xenova, whose work on 🤗 Transformers.js makes this entire project possible.
Loading

0 comments on commit d2b8673

Please sign in to comment.