Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegogallegos4/tensorflowjs-image-classifier
Image classifier on the browser using MobileNet pretrained model
https://github.com/diegogallegos4/tensorflowjs-image-classifier
javascript machine-learning mobilenet tensorflow transfer-learning
Last synced: 4 days ago
JSON representation
Image classifier on the browser using MobileNet pretrained model
- Host: GitHub
- URL: https://github.com/diegogallegos4/tensorflowjs-image-classifier
- Owner: DiegoGallegos4
- Created: 2019-09-02T00:50:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T09:50:22.000Z (about 2 years ago)
- Last Synced: 2024-12-06T22:07:17.506Z (20 days ago)
- Topics: javascript, machine-learning, mobilenet, tensorflow, transfer-learning
- Language: JavaScript
- Homepage: https://ml.elevastudio.com
- Size: 28.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Image Classifier
Use transfer learning to classify an image via MobileNet pretrained model.
It runs completely on the browser with no backend for image classification.
#### Install packages
> npm install
#### Run locally
> npm run serve
#### Build for production
> npm run build