Skip to content

Starter app for fastai v3 model deployment on Render

Notifications You must be signed in to change notification settings

muntisa/Colon-Polyps-Fastai-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colon-Polyps: Starter for deploying fast.ai models on Render

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.

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.

Docker ready to use

You can directly use the already created docker from https://hub.docker.com/repository/docker/muntisa/colon-polyps-fastai.

Run the local docker with the following command:

docker run -p 5000:5000 colon-polyps-fastai

Have fun!

About

Starter app for fastai v3 model deployment on Render

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 39.7%
  • HTML 20.4%
  • JavaScript 19.4%
  • CSS 15.4%
  • Dockerfile 5.1%