Skip to content

fersantxez/keraser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keraser

Serves a Keras model through REST and UI.

This version serves a model trained on ImageNet and will return labels for a picture. The picture can be:

  • Sent through a REST API call as "image"

curl -F image=@keraser/static/dog.jpg localhost:5000/predict

  • Uploaded through the GUI, accessing the server's IP address with a web browser

Usage

docker run -p 5000:5000 fernandosanchez/keraser

About

Keras models on a Flask server with simple file upload UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors