NLP-DVC-Project-with-docs
conda create --prefix ./env python=3.8 -yconda activate ./envOR
source activate ./envpip install -r requirements.txtdvc initProject with Mkdocs documentations
git rm -r --cached 'artifacts\model\model.pkl' git commit -m "stop tracking artifacts\model\model.pkl"
git rm -r --cached 'logs\running_logs.log'
git rm -r --cached 'artifacts\features\train.pkl' git rm -r --cached 'artifacts\features\test.pkl' git rm -r --cached 'artifacts\prepared\train.tsv' git rm -r --cached 'artifacts\prepared\test.tsv'