/Twitter-Sentiment-Analysis

A Django App to perform Sentiment Analysis of Twitter Hashtags

Primary LanguagePython

The app is live at http://twittersentimeter.herokuapp.com/ alt text

Will update Readme after december with step by step Guide

To test on local machine :-

  1. Create a Virtual environment and install the dependencies pip install -r requirements.txt
  2. Fill the Details in secrets.py.template file and save it as secrets.py
  3. Run django server python manage.py runserver