Skip to content

ThomasBury/mlops-uv

Repository files navigation

Mastering Python Project Management with UV: MLOps

AceBet is a FastAPI-based MLOps sample project that demonstrates how to use UV for dependency management, testing, CI/CD, and Dockerized deployment.

Quickstart

uv sync
uv run pytest tests
uv run fastapi run src/acebet/app/main.py --host 0.0.0.0 --port 8000

Expected quickstart result:

  • Dependencies install successfully.
  • Test suite passes.
  • API starts locally and responds at http://localhost:8000.

Full documentation

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors