{"id":29276867,"url":"https://github.com/codecuttech/dvc-demo","last_synced_at":"2025-07-05T09:11:14.285Z","repository":{"id":292415748,"uuid":"980763735","full_name":"CodeCutTech/dvc-demo","owner":"CodeCutTech","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-21T19:44:54.000Z","size":373,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T05:35:52.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeCutTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-09T17:11:45.000Z","updated_at":"2025-05-21T19:44:58.000Z","dependencies_parsed_at":"2025-05-09T21:22:54.951Z","dependency_job_id":"3c56c39d-3412-4087-bf1c-3df057e2293a","html_url":"https://github.com/CodeCutTech/dvc-demo","commit_stats":null,"previous_names":["khuyentran1401/dvc-demo","codecuttech/dvc-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeCutTech/dvc-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeCutTech%2Fdvc-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeCutTech%2Fdvc-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeCutTech%2Fdvc-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeCutTech%2Fdvc-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeCutTech","download_url":"https://codeload.github.com/CodeCutTech/dvc-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeCutTech%2Fdvc-demo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263715508,"owners_count":23500251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-05T09:11:13.181Z","updated_at":"2025-07-05T09:11:14.280Z","avatar_url":"https://github.com/CodeCutTech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![View the article](https://img.shields.io/badge/CodeCut-View%20Article-blue)](https://codecut.ai/introduction-to-dvc-data-version-control-tool-for-machine-learning-projects-2/) \n\n# DVC Demo\n\nA demonstration of Data Version Control (DVC) for managing ML pipelines and data versioning.\n\n## What is DVC?\n\n[DVC](https://dvc.org/) is an open-source version control system for machine learning projects. It helps you:\n- Version control large files, data sets, machine learning models, and metrics\n- Track ML experiments\n- Create reproducible ML pipelines\n- Collaborate with team members\n\n## Project Structure\n\n```\n.\n├── data/              # Raw and processed data files\n│   └── raw.dvc        # DVC file for raw data\n├── src/               # Source code for data processing and model training\n├── config/            # Configuration files\n├── .dvc/              # DVC internal files\n├── dvc.yaml           # DVC pipeline definition\n├── dvc.lock           # DVC lock file for reproducible pipelines\n└── .dvcignore         # Files/directories to be ignored by DVC\n```\n\n## Setup\n\n1. Install project dependencies using uv:\n\n```bash\nuv sync dvc\n```\n\n2. Pull the data from remote storage:\n\n```bash\ndvc pull\n```\n\n3. Run the pipeline to reproduce all stages:\n\n```bash\ndvc repro\n```\n\n## Version Control\n\n- Track data files: `dvc add \u003cfile\u003e`\n- Push data to remote storage: `dvc push`\n- Pull data from remote storage: `dvc pull`\n- Check status: `dvc status`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecuttech%2Fdvc-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecuttech%2Fdvc-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecuttech%2Fdvc-demo/lists"}