Twitter-Sentiment-Analysis
Twitter-Sentiment-Analysis copied to clipboard
A Django App to perform Sentiment Analysis of Twitter Hashtags
The app is live at http://twittersentimeter.herokuapp.com/

Will update Readme after december with step by step Guide
To test on local machine :-
- Create a Virtual environment and install the dependencies
pip install -r requirements.txt - Fill the Details in
secrets.py.templatefile and save it assecrets.py - Run django server
python manage.py runserver