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

https://github.com/saswatamcode/rn_image_classifier

A React Native app which uses Tensorflow.js and Mobilenet to classify images.
https://github.com/saswatamcode/rn_image_classifier

mobilenet react react-native tensorflowjs

Last synced: 11 months ago
JSON representation

A React Native app which uses Tensorflow.js and Mobilenet to classify images.

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama)
[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/)
[![GitHub forks](https://img.shields.io/github/forks/saswatamcode/rn_image_classifier?style=social)](https://GitHub.com/saswatamcode/rn_image_classifier/network/)
[![GitHub stars](https://img.shields.io/github/stars/saswatamcode/rn_image_classifier?style=social)](https://GitHub.com/saswatamcode/rn_image_classifier/stargazers/)
[![GitHub issues](https://img.shields.io/github/issues/saswatamcode/rn_image_classifier.svg)](https://GitHub.com/saswatamcode/rn_image_classifier/issues/)
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)

# React Native Image Classifier App
A React Native app which uses Tensorflow.js and Mobilenet to classify images.

## Screenshot
![MainScreen!](screenshots/Screenshot-1.png)

## To Run
- Clone into repo
- Run `yarn`
- Run `yarn ios` or `yarn android`