Thierry Pavone TCHOUAMOU PAYONG
Paul-Henry NGANKAM NGOUNOU
Oumou Khairy GUEYE
Maxime Loïc NKWEMI NJIKI
This project is a web api that analyzes the sentiment of a given list of tweets.
To install the dependencies, run the following command:
pip install -r requirements.txtTo quickly set up a mysql database and phpMyAdmin interface with docker compose, run the following command:
docker-compose up -dTo train the models, run the following commands:
python training/vectorizer_training.py
python training/positive_training.py
python training/negative_training.pyTo run the application, run the following command:
flask --app main run