https://github.com/dnut/mlops
Deploy ML with various technologies
https://github.com/dnut/mlops
http machine-learning ml mlops
Last synced: 28 days ago
JSON representation
Deploy ML with various technologies
- Host: GitHub
- URL: https://github.com/dnut/mlops
- Owner: dnut
- Created: 2023-09-04T00:45:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-04T23:58:40.000Z (over 1 year ago)
- Last Synced: 2023-09-05T05:26:25.847Z (over 1 year ago)
- Topics: http, machine-learning, ml, mlops
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The goal of this project is to demonstrate a variety of practical approaches for deploying a machine learning model that was trained in python. The model and the problem it solves are not the focus of this project. The focus is productionalization and deployment of any arbitrary model.
I'd like to demonstrate best practices, but this is a work in progress. I am first focused on delivering each of the following:
1. Train a model using sklearn in python
2. Deploy model in an HTTP server, using various technologies:
- pickled sklearn model in python
- converted to an onnx model, and used in each language:
- python
- rust
- go
3. Comprehensive automated test coverage
4. Containerize the apps using docker
5. Deploy the apps to a kubernetes cluster
6. Automate processes with github workflowSee [todo.md](todo.md) for more a more granular (and disorganized) set of tasks.