We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Our awesome BärnHäckt project for the Clienia Schlössli challenge
poetry installpoetry run python scripts/train.pypoetry run uvicorn triage_trend.main:app --reload
The service can then be queried like this:
curl -X POST"http://127.0.0.1:8000/predict" -H"Content-Type: application/json" -d'{ "date": "2024-08-24"}'
cd ./triage-trend-uinpm installnpm run dev# or start the server and open the app in a new browser tabnpm run dev -- --open
ruff check. --fixruff format
echo"use nix"> .envrcdirenv allow