/CloudSentimentAnalysis

Sentiment analysis of entities on the cloud using Twitter data

Primary LanguageJupyter Notebook

CloudSentimentAnalysis

Sentiment analysis of entities on the cloud using Twitter data

Start application

  1. virtualenv venv
  2. source venv/bin/activate
  3. pip install -r requirments.txt
  4. add env vars stackoverflow add lines to .bashrc
  5. sudo service mongod start
  6. python3 app.py
  7. requires tensorflow backend
  8. requires kerias
  9. requires pyspark
  10. To use: GET http://127.0.0.1:5000/search?query=apple

Note: the producation environment for the demo does not use caching for ease of reading.