data
folder: contains constants about datasets.Models
folder: contains trainings' results.preprocessing
folder: contains scripts and functions used for preprocessing operations.misc
folder: contains miscellanous scripts and outputs that helped while developing the project, but they aren't used for the project's purpose.- current working directory: contains the 8 python script files responsible for the trainings and the collection of the metrics.
- Install Python 3.11
- Install requirements
pip install -r requirements.txt
- Change datasets' paths inside the scripts
- Run script
python <training_script_name.py>