--- id: dvc version: "3.67.1" license: Apache-2.0 license_treatment: permissive maintenance: active --- # dvc — Git for data scientists - manage your code and data together License: permissive · Maintenance: active · Downloads: 2.6M/mo ## What it is and what it does DVC is a version control system for data and machine learning models that integrates with Git. It lets you store data artifacts and models outside your repository while keeping metadata in Git, similar to Git-LFS but without requiring a server. You define reproducible pipelines (computational graphs) that specify how to build models from code, data, and commands, then run only the steps affected by your changes. The tool supports local experiment tracking—you can prepare and run many experiments, compare their results by hyperparameters and metrics, and visualize performance plots. It works with multiple remote storage backends (S3, Azure, Google Cloud, SSH, etc.) for sharing and backing up your data cache. The package has 42 runtime dependencies including celery, networkx, hydra-core, and fsspec, enabling distributed task execution and flexible storage integration. Use it for: - Version and share large datasets and trained models with team members using existing Git hosting (GitHub, GitLab) - Build reproducible ML pipelines that automatically track which steps need to re-run when code or data changes - Run and compare multiple experiments locally, filtering results by hyperparameters and metrics without external servers - Integrate data pipelines with CI/CD workflows to automatically reproduce experiments on code changes - Store data in cloud storage (S3, Azure, GCS) while keeping version metadata in Git for cost-effective large-scale projects ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. DVC is a command-line tool for versioning data and models alongside code, running reproducible machine learning pipelines, and tracking experiments locally using Git. Yes. DVC is actively maintained, has low install friction, and solves a real problem for ML teams managing data versioning and reproducible pipelines. The Apache-2.0 license is permissive. No known vulnerabilities. The large dependency tree (42 packages) is justified by its feature set, and optional storage backends let you add only what you need. Suitable for both individual data scientists and collaborative teams. ## Install pip install dvc uv add dvc poetry add dvc ## Installing dvc Before you install: Low install friction with a pure-Python wheel. Actively maintained with recent commits and a large community (15818 stars). Supports Python 3.9 through 3.14. Optional storage-specific dependencies (s3, gs, azure, ssh) are available for cloud integration. License in practice: Apache-2.0 permissive license allows commercial and private use with minimal restrictions; you must include a copy of the license and note any modifications. Quickstart: pip install dvc import dvc.api # Track data in DVC # dvc add data.csv # dvc push # to remote storage # Or use CLI: dvc init, dvc add, dvc run, dvc repro Requires Python 3.9 or later. Optional cloud storage backends (s3, gs, azure, ssh) must be installed separately if using remote storage. Verify before relying: - Whether DVC's experiment tracking requires external servers or works entirely locally as claimed - Performance characteristics when working with very large datasets or complex pipelines - Specific Git hosting platforms tested and officially supported for experiment collaboration ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 2.6M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags data version control, machine learning pipeline management, experiment tracking git, reproducible ml workflows, data and model versioning, ml experiment comparison, git for data scientists, ml-workflow, data-versioning, experiment-tracking [View on SkillFed](https://skillfed.io/packages/dvc) · [View on PyPI](https://pypi.org/project/dvc/)