Skip to content
/ dvc Public
forked from iterative/dvc

🦉Data Version Control | Git for Data & Models | ML Experiments Management

License

Notifications You must be signed in to change notification settings

scotty3005/dvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 Version Control | Git for Data & Models | ML Experiments Management

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%