Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.62 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.62 KB

Fast API TF-Model Serving

Python Tensorflow FastAPI Jupyter Ruff Docker

License

GitHub project for Tensorflow-based Object Detection on the CIFAR-10 dataset, served with FastAPI.

Tech Stack

Up and Running

Building a Docker Image:

$ make docker-image

Running on Docker:

$ make docker-run

Local Development:

$ make setup

TODO

  • PEP-517: Packaging and dependency management with PDM
  • Code format/lint with Ruff
  • Run on Docker
  • Serve it with Streamlit
  • GitHub CI