This project gives the sentiment analysis of tweets and how many tweets of same you want to check sentiment for as well as provide the emotion analysis.
This can be useful for business people as well as common people who want to check sentiment for any topic or their business.
The sentiment result are easy to understand and visualize through Pie chart.
Clone the project
git clone https://github.com/chandani7021/Twitter-Sentiment-Analysis.git
Go to the project directory
cd my-project
Install libraries
pip install -r requirements.txt
To run
python main.py
or by using Flask command
set FLASK_APP= main.py
flask run
Sign up/In Page
Home page
Sentiment output on Home page
Data Visualization page
Emotion page
Blog page
About page