https://github.com/amitkaps/mlops
Machine Learning Operations
https://github.com/amitkaps/mlops
Last synced: about 1 month ago
JSON representation
Machine Learning Operations
- Host: GitHub
- URL: https://github.com/amitkaps/mlops
- Owner: amitkaps
- License: mit
- Created: 2022-07-17T11:38:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T12:58:24.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T23:28:22.098Z (4 months ago)
- Size: 2.42 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine Learning Operations
A primer on improving machine learning operations
## Documentation
For locally building docs, refer to the [/docs] folder.
## Getting Started
Start with cloning the repo:
```
$ git clone https://github.com/amitkaps/mlops
```Look at the examples.
## Cookiecutter
Create a example mlops project using cookiecutter.
Please make sure you install `cookiecutter` python package before trying this.
```
$ pip install cookiecutter
```Once cookiecutter is installed, you can run using the cookiecutter template.
```
$ cookiecutter https://github.com/anandology/cookiecutter-mlops
```