A Flask WebApp which can predict the Traffic Signs🚦 using Deep Learning
- Clone my repository.
- Open CMD in working directory.
- PIP install all the requirements file using
pip install requirements.txt
- Run
app.py
. - Go to the
http://127.0.0.1:5000
and test it. It is a local Flask App. - Heroku App is available here:-
COMING SOON....