see assignment_description.md for a description of the assignment
The organization of the project is as follows:
├── LICENSE <- the license of this code
├── README.md <- The top-level README for this project.
├── .github
│ └── workflows <- workflows to automatically run when code is pushed
│ │ └── pytest.yml <- A workflow which runs pytests upon push
├── classification <- The main folder for scripts
│ ├── tests <- The pytest test suite
│ │ └── ...
| └── ...
├── .gitignore <- A list of files not uploaded to git
├── requirement.txt <- A requirements file of the required packages.
└── assignment_description.md <- the assignment description
You can run the reproduce all the experiment by cloning the GitHub repository and running the following:
pip install -r requirement.txt
python classification/main.py