A simple app which trains a logistic regression on a training dataset of pokemon and predicts legendary status.
Run with uv
(installation):
uv run --with-requirements requirements.txt app.py
Then visit http://127.0.0.1:8000/ - you should see a swaggerdoc with a predict interface: