Yandex customer support sentiment analysis done by analyzing tweets of customers.
Before you begin, ensure you have met the following requirements:
- You have a
Windows/Linux/Mac
machine. - You have read
https://github.com/MuhammedTech/yandex_sentiment_analysis/blob/main/README.md
.
To install and run the project, do:
Clone the project by opening a terminal and typing the following commands:
$ cd $HOME # or any other development directory you prefer
$ git clone https://github.com/MuhammedTech/yandex_sentiment_analysis.git
$ cd yandex_sentiment_analysis
or just download yandex_sentiment_analysis.zip, unzip it, and move it to your development directory.
or if the Python installed in you computer then just simply go ahead and install the libraries listed in requirements.txt and jump to the Starting Jupyter section
$ jupyter notebook
$ !pip install -r requirements.txt
This project uses the following license: MIT