Skip to content
/ rop Public

Skelleton code for creating reproducible datascience prototype containers

Notifications You must be signed in to change notification settings

gfk-ba/rop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Skelleton Script for offering a ML model behind an API

Basic setup to offer a datascience prototype (e.g. machine learning model) behind an API using python, flask, and docker.

requires:

  • serialized file of trained ML-model
  • predict method that transforms the required input into a prediction using the trained ML-model
  • docker and python 3 installed

outputs:

  • miniconda docker container including
    • running python environment according to environment.yml
    • running main.py app within newly created environment
    • flask API that serves the datascience prototype
    • swagger spec of API based on docstring of a predict function within main.py

About

Skelleton code for creating reproducible datascience prototype containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors