An open API service indexing awesome lists of open source software.

https://github.com/amitkaps/mlops

Machine Learning Operations
https://github.com/amitkaps/mlops

Last synced: about 1 month ago
JSON representation

Machine Learning Operations

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
```