Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon2k/mobile-image-classifier
Mobile image classifier
https://github.com/simon2k/mobile-image-classifier
machine-learning machine-translation machine-vision tensorflow tensorflow-js
Last synced: 6 days ago
JSON representation
Mobile image classifier
- Host: GitHub
- URL: https://github.com/simon2k/mobile-image-classifier
- Owner: simon2k
- Created: 2019-08-31T20:49:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T09:56:57.000Z (over 5 years ago)
- Last Synced: 2024-11-13T09:49:50.209Z (2 months ago)
- Topics: machine-learning, machine-translation, machine-vision, tensorflow, tensorflow-js
- Language: HTML
- Homepage: http://thirsty-almeida-b3a4d4.netlify.com/
- Size: 301 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile Image Classifier
This project is a presentation of using [TensorFlow.js](https://www.tensorflow.org/js/) in browser for classifying images specified by a user.
## Preview
[Live version is here](http://thirsty-almeida-b3a4d4.netlify.com)
![app-preview](assets/app-preview.png)
## Setup
To setup this project, go through the following steps:
- Download the repo
- Open the `index.html` in your browser
- Allow the browser to access your webcam
- Classify three items and one "Empty view"## Testing
Select three items to classify. Assign to each item artificial class: "A", "B" and "C". While presenting given item to the webcam, click on the appropriate class button. When no item is visible, press the "Empty view" button to classify empty view.
After training and presenting trained image to the webcam, appropriate class should be displayed.