Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 542 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 542 Bytes

Schmaltz-Surveyor

About

Sentiment Analysis of Twitter, Minor Project (IS6C06) by Pradyoth P, Nithyashree Arunachalam and Tejasvini SJ. The project was done in two phases, an Analysis of Classifiers and Web Application to perform Live Sentiment Analysis of public Tweets.

To checkout the Classifiers Analysis

pip install notebook
jupyter notebook

Navigate to http://127.0.0.1:8889/tree

To run the LIVE Sentiment Analyser:

pip install -r requirements.txt
cd webApp2.0
python3 app.py

Visit http://127.0.0.1:5000