A personal collection of short data-science tools and demos used for learning.
- week0 — short exercises and demo outputs (html, small scripts)
- week2 — FastAPI demos (prediction API, observability examples)
- FastAPI demo: cd week2/fastapi (install deps) python -m pip install -r requirements.txt uvicorn main:app --reload
Add a README.md in any new folder describing the tool, how to run it, and example usage.