You will need to a Python environment e.g. create and activate a venv.
Install the packages from requirements.txt pip install -r requirements.txt.
Install the project code pip install -e .
If you are creating the REST API only then you can edit requirements.txt to remove scikit-learn and pandas.
If you are using poetry and need a pyproject.toml then please rename pyproject.txt to pyproject.toml. Remove scikit-learn and pandas if you are not working on the Iris App.
The activities are accessed from:
- Iris App: activities/activities-ml.md
- Paralympics App: activities/activities-rest.md