Repository for the course of Natural Language Understanding(NLU) at university of Trento
In order to run the project you'll need to clone it and install the requirements.
- Clone it
git clone https://github.com/MartinaPanini/NLUproject.git
- Create the environment:
conda env create -f nlu_env.yaml -n nlu25
conda activate nlu25
In order to run the examples enter in the folder of the task and run the main.py file