Clone the repo and download the following packages for python2.7
- Tensorflow (instructions)
- NumPy (instructions)
- OpenCV (instructions)
- Natural Language Toolkit (NLTK) (instructions)
- Pandas (instructions)
- Matplotlib (instructions)
- tqdm (instructions)
- flask
- Download the model from here here, rename the file to
model.npy
and place it in app/models/ directory - cd into app directory and run
python server.py
if using linux then usesudo python server.py
. This will start the python server, which you can access onlocalhost
- Go to
localhost
in the browser. - The app looks like below