Skip to content

VPRamon/SexismOnTwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SexismOnTwitch

Installation

Make sure you have installed the nltk library: https://pypi.org/project/nltk/

conda install nltk

or

pip install nltk

Make sure you have installed the twitchio library: https://pypi.org/project/twitchio/

conda install twitchio

or

pip install twitchio

Make sure you have installed the FastText library: https://pypi.org/project/fasttext/

conda install fasttext

or

pip install fasttext

Dataset

The dataset used during the project is open to everyone

Usage

Properly set the input data directory

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors