Twitter Sentiment Analysis
- clone the repo:
git clone https://github.com/mukeshmk/twitter-sentiment-analysis.git - create a virtual environment inside the folder:
python -m venv .venv - activate the virtual environment:
.venv\Scripts\activate(in case of Windows) - install the required packages for the game to run using:
pip install -r requirements.txt - run the code:
python file_name.py - make sure to
deactivateonce your done.