Open Source Chrome Extension that detects clue of Perplexity answer at the cited webpage.
example.mp4
-
Clone the repo and enter the project directory:
git clone https://github.com/huggingface/transformers.js.git cd transformers.js/examples/extension/
-
Install the necessary dependencies:
npm install
-
Build the project:
npm run build
-
Add the extension to your browser. To do this, go to
chrome://extensions/
, enable developer mode (top right), and click "Load unpacked". Select thebuild
directory from the dialog which appears and click "Select Folder". -
That's it! You should now be able to open the extension's popup and use the model in your browser!