This repository contains the code for my GSoC 2021 project in joint collaboration with Red Hen Labs and FrameNet Brazil.
We use the PATS dataset and use a subset of the speakers in our experiments.
Install library dependencies (preferably using Python 3.8.10):
# Creating a virtual environment
python3 -m venv .env
# Activating a virtual environment
source .env/bin/activate
# Install necessary libraries
pip install -r requirements.txt
# Optional
export PYTHONPATH=${PWD}
Finally, execute:
python app.py