Skip to content

Commit 17ad130

Browse files
author
Kyle Spengler
committed
added the notes section to the readme file
1 parent bffb5ff commit 17ad130

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ uvicorn serving_app.main:app --host 0.0.0.0 --port 8011
4646
- `POST /predict` → predict a single row
4747
- `POST /predict_batch` → predict many rows
4848

49+
## CI
50+
51+
A lightweight GitHub Actions workflow (.github/workflows/ci.yml) installs deps, boots the API, and smoke-tests /health. Extend it with linting, unit tests, or load tests as you grow.
52+
53+
## Notes / Next steps
54+
- Swap the demo Iris model with your data & pipeline.
55+
- Add stricter input validation as features evolve.
56+
- Add logging/metrics (e.g., request IDs, Prometheus) for production.
57+
- If you need auth/rate limits, add a header check + token bucket.
58+
4959

5060

5161

0 commit comments

Comments
 (0)