Sentiment Analysis

Python
Python project on Twitter Sentiment Analysis

Twitter Sentiment Analysis

Python project on Twitter Sentiment Analysis

Twitter Sentiment Analysis

Getting Started

Create a virtual environment

  1. Clone the repository.
  2. Change the directory to the project directory cd sentiment-analysis.
  3. 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
  4. In VS Code change Python Interpreter to ('env':venv).
  5. If you have config.ini copy it in the source directory.

Run the command:

pip -r requirements.txt
README.md