Skip to content

zweack/ImageClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageClassifier

A browser extension to classify images, runs locally within browser.

Installation

Building the extension

  1. Clone the repository:
    git clone https://github.com/zweack/ImageClassifier.git
    cd ImageClassifier
  2. Install dependencies:
    npm install
  3. Build the extension:
    npm run build
  4. Load the extension in your browser:
    • For Chrome / Edge:
      1. Open chrome://extensions/
      2. Enable "Developer mode"
      3. Click "Load unpacked" and select the dist directory
    • For Firefox: Coming soon...