Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To train and export models

  1. clone this repository and cd into it
  2. pip install virtualenv
  3. virtualenv ENV
  4. source ENV/bin/activate
  5. pip install -r requirements.txt
  6. run jupyter notebook in this directory and open model_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 in data/
  • All the trained models and outputs can be found in output/

To run the Web Application see web/README.md

To run the IOS Application see mobile/README.md

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.

About

Sentiment analysis app that runs on web using TensorFlowJS and React and on IOS using CoreML and React Native

Resources

Stars

12 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages