Skip to content

A Starlette example for deployment in fastai2

Notifications You must be signed in to change notification settings

dienhoa/fastai2-Starlette

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter for deploying Lung_Sound

This repo can be used as a starting point to deploy fast.ai models with Starlette.

See the Deployment notebook for hints

To run locally: python3 app/server.py

Docker related

  • Build Image
    docker build -t lung_sound .
  • Run Image

Locally:

    docker run -p 5000:5000 lung_sound

Or you can pull from docker-hub and run the prebuilt image

About

A Starlette example for deployment in fastai2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 59.8%
  • Python 19.4%
  • HTML 8.4%
  • JavaScript 7.5%
  • CSS 3.3%
  • Dockerfile 1.6%