Skip to content

da2r-20/flask_wrapper_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_wrapper_task

Wrap a neural network model with Flask
what you will do?

  • get an image as an input
  • run a neural network on it
  • return the results
  • wrap the app with docker with all relevant environment variables the production start script should be named "serve"
  • except a /predict API call, add also /health API
  • eventually we want to call docker run -p 8080:8080 image_name serve and it will run the server

Things to take into consideration:

  • logging
  • error codes on failure
  • tests
  • project folder structure
  • use python3.6

About

Flask Wrapper Task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages