logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Initialize DVC - Manage Data Versions | Online Free DevTools by Hexmos

Initialize data versioning with DVC. Track and manage datasets, experiments, and models. Free online tool, no registration required.

dvc-init

Initialize a new local DVC repository. More information: https://dvc.org/doc/command-reference/init.

  • Initialize a new local repository:

dvc init

  • Initialize DVC without Git:

dvc init --no-scm

  • Initialize DVC in a subdirectory:

cd {{path/to/subdir}} && dvc init --sudir