Skip to content

An example of how to deploy Machine learning model using Fast API and Docker

Notifications You must be signed in to change notification settings

a-v-ershov/ml_model_deployment_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example of how to deploy Machine learning model using Fast API and Docker

How to run

  • Install and run Docker
  • Build Docker image using docker build . -t iris_server
  • Run Docker container using docker run --rm -it -p 80:80 iris_server
  • Go to http://127.0.0.1:80/docs to see all available methods of the API

All parameters are hardcoded to make the example as easy as possible

Source code

About

An example of how to deploy Machine learning model using Fast API and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published