BTruer / CloudSentimentAnalysis

Sentiment analysis of entities on the cloud using Twitter data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Sentiment analysis of entities on the cloud using Twitter data


Languages

Language:Jupyter Notebook 84.2%Language:Python 11.3%Language:HTML 4.4%