Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 493 Bytes

File metadata and controls

9 lines (8 loc) · 493 Bytes

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.