This repository contains the source code for the article From Sentiment Analysis to Emotion Recognition: A NLP story
-
Install the dependencies (use requirements.gpu.txt instead of requirements.txt when using GPU processing):
pip install -r requirements.txt
-
Create a
.env
file:cp .env.sample .env
-
Set the environment variables inside the created
.env
file
-
Start the jupyter notebook:
jupyter notebook
-
Go to the
notebooks
folder -
Open and run the notebook you want
Note: Check the releases if you want the training step output files