Skip to content
/ dvc Public
forked from iterative/dvc

⚡️Data & models versioning for ML projects, make them shareable and reproducible

License

Notifications You must be signed in to change notification settings

jeremcs/dvc

Repository files navigation

Code Climate Test Coverage

Data version control

Code and data version control for data science projects

Copyright

This project is distributed under the Apache license version 2.0 (see the LICENSE file in the project root).

By submitting a pull request for this project, you agree to license your contribution under the Apache license version 2.0 to this project.

Development

Create a virtualenv, for example, at ~/.environments/dvc by mkdir -p ~/.environments/dvc; virtualenv ~/.environments/dvc or use virtualenvwrapper.

workon dvc

pip install -r requirements.txt

Building

OSX

# creates dist/dvc
./build_osx.sh

About

⚡️Data & models versioning for ML projects, make them shareable and reproducible

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.5%
  • Shell 3.2%
  • Inno Setup 1.7%
  • Other 0.6%