Make sure you have installed the nltk library: https://pypi.org/project/nltk/
conda install nltkor
pip install nltkMake sure you have installed the twitchio library: https://pypi.org/project/twitchio/
conda install twitchioor
pip install twitchioMake sure you have installed the FastText library: https://pypi.org/project/fasttext/
conda install fasttextor
pip install fasttextThe dataset used during the project is open to everyone
data_path = 'Data/' ## Path where Training and Testing data is stored
results_path = 'Results/' ## Path where Results (model states) is stored
dataset_path = data_path+'Datasets/' ## You may not need this specified path
train_path = data_path+'Train/'
test_path = data_path+'Test'contact email: vallespuigramon@gmail.com | david.gayete02@estudiant.upf.edu