Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codersomya/dvc-basics
Getting started with MLOps and data versioning
https://github.com/codersomya/dvc-basics
Last synced: 11 days ago
JSON representation
Getting started with MLOps and data versioning
- Host: GitHub
- URL: https://github.com/codersomya/dvc-basics
- Owner: coderSomya
- Created: 2024-04-26T21:16:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T05:55:02.000Z (7 months ago)
- Last Synced: 2024-04-27T22:26:08.557Z (7 months ago)
- Language: Makefile
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DVC-basics
Getting started with MLOps and data versioning```
pip install cookiecutter
```
```
cookiecutter -c v1 https://github.com/drivendata/cookiecutter-data-science
```
```
dvc init
```