clone
this repository andcd
into itpip install virtualenv
virtualenv ENV
source ENV/bin/activate
pip install -r requirements.txt
- run
jupyter notebook
in 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.json
indata/
- 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.