Sentiment Analysis
Python
Python project on Twitter Sentiment Analysis
Twitter Sentiment Analysis
Python project on Twitter Sentiment Analysis
Getting Started
Create a virtual environment
- Clone the repository.
- Change the directory to the project directory
cd sentiment-analysis
. - Run the following commands:
- In the terminal run
python3 -m venv env
- On Windows, run
env\Scripts\activate.bat
- On Linux/MacOS, run
source env/bin/activate
- In VS Code change Python Interpreter to ('env':venv).
- If you have
config.ini
copy it in the source directory.
Run the command:
pip -r requirements.txt
README.md