Skip to content

davidguzmanr/EXIST2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXIST2021

My solution for EXIST (sEXism Identification in Social neTworks).

First, create a virtual environment:

virtualenv exist2021-venv

To activate it:

source exist2021-venv/bin/activate

Then clone this repository and install the requirements:

git clone https://github.com/davidguzmanr/EXIST2021.git
cd EXIST2021
pip install -r requirements.txt

You can check the notebooks or check a little demo by running the app (it will take a few minutes to download the necessary files):

streamlit run app.py

About

EXIST (sEXism Identification in Social neTworks) is the First Shared Task at IberLEF 2021.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published