Skip to main content
Category

Machine Learning

1 post in this category

cnn-with-fast-api

How to serve CNN models with Fast API

Avinash Rijal
5 min read

Recently I have run into an issue with a client who asked me to build a CNN model for certain task. Let’s keep “why” a secret and let’s talk about why I am writing this blog. The issue that we ran into later on was, my client was not ready to use the sagemaker for deploying the model even though we trained it on sagemaker. He wanted a custom repo where we could track the files and have our own custom inference. On top of that he wanted Fast API

Read More