• Stars
    star
    207
  • Rank 189,769 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A smart camera app using react-native and tensorflow

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! [email protected]