clonethis repository andcdinto itpip install virtualenvvirtualenv ENVsource ENV/bin/activatepip install -r requirements.txt- run
jupyter notebookin this directory and openmodel_train.ipynb
-
If you are training the model:
- GloVe embeddings are needed and the download link is provided in the Notebook. Unzip the embeddings in
embeddings/ - Download the Yelp Dataset (JSON) from the link provided in the Notebook and place
review.jsonindata/
- GloVe embeddings are needed and the download link is provided in the Notebook. Unzip the embeddings in
-
All the trained models and outputs can be found in
output/
PS. I didn't bother with the Android App after getting IOS and Web working, but if anyone sends a PR I'd be glad to merge.