- This project was help you to analyze the peoples emotions or sentiment in twitter.
- This is also used to analyze the sentence.That sentence may be positive,negative or neutral.
- First install python in your computer.
- Then open your terminal.
- Install Tweepy library
- pip install tweepy
- Install flask library
- pip install flask
- Install textblob library
- pip install textblob
- Then run this code in vscode