Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sayakpaul/dockerml
Contains my explorations of using Docker to automate ML workflows.
https://github.com/sayakpaul/dockerml
ci-cd docker scikit-learn tensorflow wandb
Last synced: 15 days ago
JSON representation
Contains my explorations of using Docker to automate ML workflows.
- Host: GitHub
- URL: https://github.com/sayakpaul/dockerml
- Owner: sayakpaul
- Created: 2020-08-29T09:25:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T09:48:23.000Z (over 4 years ago)
- Last Synced: 2025-01-10T15:22:13.325Z (17 days ago)
- Topics: ci-cd, docker, scikit-learn, tensorflow, wandb
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DockerML
Contains my explorations of using Docker to automate ML workflows.The directories contain scripts necessary in order build and run Docker images locally but they can be extended as needed. The directories are organized in increasing order of complexity.
**Disclaimer**
The materials presented in this repository are just sort of my homeworks as I make progress toward learning the beautiful subject of MLOps.I am following [this course](https://app.pluralsight.com/library/courses/building-end-to-end-machine-learning-workflows-kubeflow/) primarily in order to learn MLOps.
## Setup
In order to run this demo one needs to have Docker set up. Follow [this documentation](https://docs.docker.com/get-docker/) to set it up. Demo-wise instructions are available in the respective directories.