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.