This is twitter sentiment analysis based on the datased Sentiment140 dataset with 1.6 million tweets.
You need python installed on your system. You can download adn install it from here. After installing python, follow these steps:
- Open the
cmdin the working dictionary. - Type
python -m venv venvto create a vitual environment. - Type
call venv\Scripts\activate.batto activate the virtual environment. - Type
pip install -r requirements.txtto install all the required dependencies. - Close the
cmdand runstart.batto run the jupyter-server.
- Open the
terminalin the working dictionary. - Type
python3 -m venv venvto create a vitual environment. - Type
source ./venv/bin/activateto activate the virtual environment. - Type
pip3 install -r requirements.txtto install all the required dependencies. - Type
jupyter-labto run the jupyter-server.