/simple-dvc-demo

Simple dvc demo with end to end implementation using github action & CI-CD pipeline

Primary LanguagePython

create env
activate env
create requirements.txt

install the requiremts

'''pip install -r requirements.txt'''

download data from kaggle winequality...

https://drive.google.com/drive/folders/1xw0XX-WK74uxtFFLySbtnX-ODdmdK5Ec

git init
dvc init
dvc add data...
git add .
git commit -m "first commit"
#for one line
git add . && git commit -m "update README.md"
git add .
git commit -m "update README.md"
git remote add origin https://github.com/Neel7317/simple-dvc-demo.git
git branch -M main
git push -u origin main

tox command

tox

for rebuilding

tox -r

pytest command

pytest -v

setup command -

pip install -e .