Skip to content

A repo for an example of deploying a flask app for a machine learning model with docker

Notifications You must be signed in to change notification settings

kimakour/deploy_flask_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example of a web app with Flask deployed using docker.

Demo of the app run by a docker image

Alt Text

The steps are:

  • Creating the model that can be found in ML_Model folder.
  • Creating the flask application that can be found in app.py
  • Creating a Dockerfile in order to create a Docker image, build the image and then run it.
  • Going to 127.0.0.1:5000 on the web browser to use the flask application.

About

A repo for an example of deploying a flask app for a machine learning model with docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published