| Student's name | SCIPER |
|---|---|
| Mohamed Mamouri | 362231 |
| Fares Fawzi | 337530 |
| Dominik Glandorf | 397208 |
Milestone 1 • Milestone 2 • Milestone 3
80% of the final grade
This project is based on Python 3.13. We recommend using a virtual environment to manage dependencies. You can create one using venv:
python -m venv .venv
source .venv/bin/activateThen, install the required packages using pip:
pip install -r requirements.txt