Skip to content

A simple app that predicts which Simpson character you make it see! Here is an example of it in action:

License

Notifications You must be signed in to change notification settings

damgambit/Simpson_predictor_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simpson_predictor_app

A simple app that predicts which Simpson character you make it see! Here is an example of it in action:

Demo Video

Insides on the deep learning model I used to train my image classifier

Deep Learning model repository: https://github.com/damgambit/simpsons_characters-classification

App

Pre-requisites

  • npm
  • react-native

Setup

cd simpsons_app/
npm install 
react-native link
react-native run-ios

Predictions API

Pre-requisites

  • Python==2.7

Setup

cd simpson-predictions-api
pip install -r requirements.txt
python app.py

Built With

App

  • React-Native

API

  • Python
  • Flask
  • Tensorflow
  • Keras

TODOs

  • Improve UI

Thank you!