Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruhyadi/dataset-versioning-dvc
Versioning dataset with DVC
https://github.com/ruhyadi/dataset-versioning-dvc
Last synced: about 10 hours ago
JSON representation
Versioning dataset with DVC
- Host: GitHub
- URL: https://github.com/ruhyadi/dataset-versioning-dvc
- Owner: ruhyadi
- Created: 2022-05-06T03:12:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T14:39:10.000Z (over 2 years ago)
- Last Synced: 2024-11-08T20:51:06.725Z (about 2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dataset Versioning with DVC
This repository will demonstrate dataset versioning with DVC. We will use sample data from **cats and dogs dataset**. There will be two version: **version 1.0** have 5 data for each cats and dogs in train and val folder; **version 2.0** have 5 data more (10 data in total) for each cats and dogs in train and val folder.
For some other reaseon, this repository have GUI's too, that you can use to upload and select versioning of data.
## Install Requirements