This is just a basic conv net I made and then integrated into a flask web app which I did with the help of a Siraj Raval video on how to deploy a Keras model to the web.
Use the package manager pip to install all the required libraries through the requirements file.
pip install -r requirements.txtI am using an older version of scipy here because any newer would not allow us to use the imread, imsave, and imresize functions that are used.