Skip to content

justshivam/Twitter-Sentiment-Analysis

Repository files navigation

Twitter Sentiment Analysis

This is twitter sentiment analysis based on the datased Sentiment140 dataset with 1.6 million tweets.

How to run?

You need python installed on your system. You can download adn install it from here. After installing python, follow these steps:

On Windows:

  • Open the cmd in the working dictionary.
  • Type python -m venv venv to create a vitual environment.
  • Type call venv\Scripts\activate.bat to activate the virtual environment.
  • Type pip install -r requirements.txt to install all the required dependencies.
  • Close the cmd and run start.bat to run the jupyter-server.

On Mac OS/Linux:

  • Open the terminal in the working dictionary.
  • Type python3 -m venv venv to create a vitual environment.
  • Type source ./venv/bin/activate to activate the virtual environment.
  • Type pip3 install -r requirements.txt to install all the required dependencies.
  • Type jupyter-lab to run the jupyter-server.

About

This is twitter sentiment analysis based on the datased Sentiment140 dataset with 1.6 million tweets.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors