* Anaconda Python (to get ML Libraries)
* Keras (for Deep Learning)
* Pip install keras (For Back-end)
* Pip install tensorflow
* Pip install Django (For Front-end)
* django-admin.exe startproject myWebApp cd .\MyWebApp
* python.exe .\manage.py runserver
* Localhost:8000/imageupload
* Settings.py is the configuration file url.py is for routing templates folder to store html files
* Use this pretrained model and connect it with our Django application.
* Upload image in our Django application.
* Use this for prediction for model and show the output

