TIF_E41210369/ems-model
Raihan f6a1b2a26d
initial commit
2025-05-06 12:04:42 +07:00
..
.ipynb_checkpoints initial commit 2025-05-06 12:04:42 +07:00
csv initial commit 2025-05-06 12:04:42 +07:00
.gitignore initial commit 2025-05-06 12:04:42 +07:00
.python-version initial commit 2025-05-06 12:04:42 +07:00
README.md initial commit 2025-05-06 12:04:42 +07:00
api.py initial commit 2025-05-06 12:04:42 +07:00
model.ipynb initial commit 2025-05-06 12:04:42 +07:00
model.py initial commit 2025-05-06 12:04:42 +07:00
pyproject.toml initial commit 2025-05-06 12:04:42 +07:00
shuffle.py initial commit 2025-05-06 12:04:42 +07:00
treatment.py initial commit 2025-05-06 12:04:42 +07:00
uv.lock initial commit 2025-05-06 12:04:42 +07:00

README.md

Overview

This is the machine learning model for the EMS-Sense project.

How to use

This model is built using sklearn. To use it, simply follow these steps:

  1. Setup uv on your machine uv.
  2. Run uv venv to create your virtual environment.
  3. Run uv pip install -r pyproject.toml to install the dependencies.
  4. Run uv run model.py to train the model.
  5. Run fastapi dev api.py to serve the api for the model.