pankajarm / fastai2-vision-app

Starter Pack for creating fast responsive Web App for FastAI Version 2 Vision models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastai2-vision-app

alt text

Deployment ready starter pack template for creating fast responsive Web App for fastai2 Vision models using Starlette.io framework with Uvicorn ASGI server.

Everything packaged in docker with requirement.txt, so you can push it to any docker hosted cloud service. Enjoy :)

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

docker build -t fastai2-vision-app . && docker run --rm -it -p 8080:8080 fastai2-vision-app

Few dockers hosted services where this starter pack will work =>

About

Starter Pack for creating fast responsive Web App for FastAI Version 2 Vision models

License:MIT License


Languages

Language:CSS 35.8%Language:SCSS 29.7%Language:Less 29.3%Language:HTML 2.2%Language:JavaScript 1.9%Language:Python 1.0%Language:Dockerfile 0.1%