nakshatrasinghh / fastai-render

Deploy fastai models using render for efficient model serving.

Repository from Github https://github.comnakshatrasinghh/fastai-renderRepository from Github https://github.comnakshatrasinghh/fastai-render

Starter for deploying fast.ai models on Render

Shout out to Anurag Goel for this template, you can check it out here.

This repo can be used as a starting point to deploy fast.ai models on Render.

The sample app described here is up at https://fastai-v3.onrender.com. Test it out with bear images!

You can test your changes locally by installing Docker and using the following command:

docker build -t fastai-v3 . && docker run --rm -it -p 5000:5000 fastai-v3

The guide for production deployment to Render is at https://course.fast.ai/deployment_render.html.

Please use Render's fast.ai forum thread for questions and support.

About

Deploy fastai models using render for efficient model serving.


Languages

Language:Python 46.4%Language:JavaScript 17.7%Language:HTML 17.3%Language:CSS 14.1%Language:Dockerfile 4.6%