This repository has been split in two separate repository templates for front end and back end to improve students' experience (and reduce issues related to their project structure).
Going forward this original repo will not be maintained. Any updates and issues will be handled in the two template repositories. The code has been moved into a main-history
branch for archiving purposes.
This is a generic boilerplate for basic ML/DL projects. It has the basic functionality for doing one-off predictions based on simple inputs (i.e. not on images for example, or large numbers of inputs).
It contains nothing more than all the configuration files for the project. No actual code.
- Streamlit for the front end
- FastAPI serving the back end
- Model storage on GCS / MLFlow (python functions to be written)
- Everything to deploy with Docker
Refer to the wiki pages in the two template repositories for instructions: