Skip to content

amaan-mohib/sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python project on Twitter Sentiment Analysis

Resources

Stars

Watchers

Forks

Languages