This is project is currently under development. Currently, the application can take an uploaded photo and make predictions. A future release will allow the user to take a photo with the NotCake App directly.
This repository holds both the underlying Deep Neural Network along with the Flask Python and HTML files used to create the application.
The pipeline which will be included and fully documented in this repository will consist of:
How to Downloading Image Data --> Pre-Processing & Formatting --> Defining a Model --> Compiling a the Deep Neural Network --> Training
- Numpy 1.18.1
- Flask 1.1.1
- opencv-python 4.1.2.30
- Keras 2.1.4
- TensorFlow 1.8.0
- Matplotlib
First, make sure you have all the right dependencies.
Second, upload your images into the “imageDetect” folder (this is only temporary).
You’re all set. Next run:
python app.py