activate env
git init
dvc init
dvc add data_given/winequality.csv
git add .
git commit -m "first commit"
git add .
git commit -m "Readme Update"
git remote add origin https://github.com/fajemila/simple-dvc-demo.git
git branch -M main
git push -u origin main