anishmjn3 / whatsthis

A smart camera app using react-native and tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's This?

A smart camera app using react-native and tensorflow

    

    

The server part:

  1. First install tensorflow in you server
  2. Make sure you run this tutorial first(it will help you install inception-v3 engine in your /.tmp folder)
  3. Clone this project and go inside the ~server folder
  4. run python inception-server.py
  5. You can post your image file to server of port 8000, and it will respond results formatted in json.

The app part:

  1. First install react native to your computer
  2. run npm install
  3. configure the dependencies of this project
  4. Run in android and iOS!

LICENSE

MIT

For fun

I built this just for fun. If you like this project, be sure to star this and email me how you think! firstera15@gmail.com

About

A smart camera app using react-native and tensorflow

License:MIT License


Languages

Language:JavaScript 48.2%Language:Python 36.6%Language:Objective-C 10.1%Language:Java 5.1%