create env
conda create -n wineq python=3.7 -y
activate env
```bash
conda activate wineq
cretaed a req file
install the req
```bash
pip install -r requirements.txt
download the data from google drive
git init
dvc init
dvc add data_given/winequality.csv
git add .
git commit -m "first commit"