This project analyses live twitter sentiments and visualize them using recurrent neural networks and long short term memories. I have used recurrent nets because while training on huge data, recurrent nets actually predict the outcome a lot better than any normal machine learning models.
To run this project, open up your bash terminal and write
chmod -R 777 setup.sh
./setup.sh
This will set up the project enviornment for you. This must be run with administrator rights. After you set up the project, run:
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python configure.py
python run_me.py