A recreation of the famous Not Hotdog application from the HBO television series Silicon Valley.
This application uses the VGG16 neural network created by researchers at Oxford University, you can read about it here.
Google Colab is the easiest way to run this application, simply click on the
- Python 3
- Tensorflow
- Keras
- Streamlit (If you want to run the Streamlit version)
Clone the repository and run
streamlit run upload.py
in the streamlit directory of the project.
Clone the repository and open the file "NotHotdog-jupyter.ipynb" in Jupyter.