Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```