dvc

Version control system for machine learning projects and data pipelines

brewmacoslinux
Try with needOr install directly
Source

About

Git for data science projects

Commands

dvc

Examples

Initialize a DVC project in an existing Git repository$ dvc init
Track a large data file or directory with DVC$ dvc add data/dataset.csv
Create and run a data pipeline stage$ dvc stage add -n train -d data/ -o model.pkl python train.py