Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programandoconro/image-classification-ml-app
App to classify images in real-time
https://github.com/programandoconro/image-classification-ml-app
firebase-storage hooks image-classification machine-learning mobilenet reactjs tensorflow-models
Last synced: 17 days ago
JSON representation
App to classify images in real-time
- Host: GitHub
- URL: https://github.com/programandoconro/image-classification-ml-app
- Owner: programandoconro
- Created: 2019-12-26T13:38:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T18:24:39.000Z (over 4 years ago)
- Last Synced: 2024-10-11T08:43:43.686Z (about 1 month ago)
- Topics: firebase-storage, hooks, image-classification, machine-learning, mobilenet, reactjs, tensorflow-models
- Language: JavaScript
- Homepage: https://progamandoconro.github.io/Image-Classification-ML-App/
- Size: 125 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Classification Machine Learning App
App: https://programandoconro.github.io/Image-Classification-ML-App/
Post: https://programandoconro.wordpress.com/2019/12/30/react-app-para-clasificacion-de-imagenes-con-machine-learning/
## Features: Upload and classify an image with Machine Learning in the browser.
## Clone this repository
```git clone https://github.com/programandoconro/Image-Classification-ML-App```
*Important: Create a Firebase project and write your credentials into the ``firebase.js`` file.
## Install dependencies and start the App
```
cd Image-Classification-ML-App
npm install
npm start```