Process Flow - Tracking datasets with DVC
Initialize DVC in project
Add dataset to DVC tracking
DVC creates .dvc file and stores data hash
Push dataset to remote storage (optional)
Modify dataset locally
DVC detects changes and updates tracking
Pull dataset from remote when needed
This flow shows how DVC tracks datasets by initializing, adding data, storing metadata, pushing to remote, detecting changes, and pulling data.