Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pankajarm/fastai-vision-app
Starter Pack for creating fast responsive Web App for Fast.AI Vision models
https://github.com/pankajarm/fastai-vision-app
Last synced: 3 months ago
JSON representation
Starter Pack for creating fast responsive Web App for Fast.AI Vision models
- Host: GitHub
- URL: https://github.com/pankajarm/fastai-vision-app
- Owner: pankajarm
- License: mit
- Created: 2018-11-17T02:12:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T17:29:18.000Z (9 months ago)
- Last Synced: 2024-05-18T21:46:34.074Z (6 months ago)
- Language: CSS
- Size: 78.2 MB
- Stars: 49
- Watchers: 5
- Forks: 59
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fastai - Starter Pack for creating fast responsive Web App for Fast.AI Vision models
README
# fastai-vision-app
PLEASE READ: This repo is now archived and replaced by latest FASTAI Version 2 repo => https://github.com/psmathur/fastai2-vision-app
Production ready starter pack for creating fast responsive Web App for Fast.AI Image 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 :)
You can test your changes locally by installing Docker and using the following command:
docker build -t fastai-v1 . && docker run --rm -it -p 8080:8080 fastai-v1
Few dockers hosted services where this starter pack will work =>
* https://render.com
* https://zeit.co/now
* https://azure.microsoft.com/en-us/services/app-service/containers/
* https://getcarina.com/
* https://sloppy.io/en/
* https://giantswarm.io
* https://aws.amazon.com/ecs/
* https://cloud.google.com/cloud-build/docs/
* https://www.digitalocean.com/products/one-click-apps/docker/