Skip to content

Starter Pack for creating fast responsive Web App for Keras Image Classification models

License

Notifications You must be signed in to change notification settings

pankajarm/keras-vision-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keras-vision-app

Deployment ready starter pack for creating fast responsive Web App for Keras or Tensorflow2 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 keras-vision-app . && docker run --rm -it -p 8080:8080 keras-vision-app

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

About

Starter Pack for creating fast responsive Web App for Keras Image Classification models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published