Learn and implement the different types of design patterns and architectural styles when you need to build, serve and release ML models.
- Model Registry - a custom mlflow like server built using fastapi and postgres db.
- Model in Image - serving fastapi with kubernetes for production having a pytorch model inside the container.
- Model Load - serving fastapi with kubernetes for production pulling a pytorch model from s3 inside the container.