A simple app that predicts which Simpson character you make it see! Here is an example of it in action:
Deep Learning model repository: https://github.com/damgambit/simpsons_characters-classification
- npm
- react-native
cd simpsons_app/
npm install
react-native link
react-native run-ios
- Python==2.7
cd simpson-predictions-api
pip install -r requirements.txt
python app.py
- React-Native
- Python
- Flask
- Tensorflow
- Keras
- Improve UI