A browser extension to classify images, runs locally within browser.
- Clone the repository:
git clone https://github.com/zweack/ImageClassifier.git cd ImageClassifier - Install dependencies:
npm install
- Build the extension:
npm run build
- Load the extension in your browser:
- For Chrome / Edge:
- Open
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the
distdirectory
- Open
- For Firefox: Coming soon...
- For Chrome / Edge: