Skip to content

abdoulsn/deploy-machine-learning-Docker-and-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy machine learning using Docker and Flask


1. What?

This is an academic poject. The goal is using Flask or horoku with Docker to deploy a simple model seen in others course.

  • We choose to use Flask app and a saved model (in pickle format) to predict given dataset.
  • One container run for ui and one other for model.

2. How to run it?

# Build du docker
docker-compose build

# lunch le docker
docker-compose up

# Output of results
# connect to http://localhost for client
# connect to http://localhost:5000 for server

Authors: Leila Palain-Saint-Agathe et Abdoulaye Diallo

About

Deploy Machine learning model with Docker and Flask

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published