AceBet is a FastAPI-based MLOps sample project that demonstrates how to use UV for dependency management, testing, CI/CD, and Dockerized deployment.
uv sync
uv run pytest tests
uv run fastapi run src/acebet/app/main.py --host 0.0.0.0 --port 8000Expected quickstart result:
- Dependencies install successfully.
- Test suite passes.
- API starts locally and responds at
http://localhost:8000.