This is the machine learning model for the EMS-Sense project.
This model is built using sklearn. To use it, simply follow these steps:
- Setup uv on your machine uv.
- Run
uv venvto create your virtual environment. - Run
uv pip install -r pyproject.tomlto install the dependencies. - Run
uv run model.pyto train the model. - Run
fastapi dev api.pyto serve the api for the model.