End to End Machine Learning Project Create Environment conda create -p venv python==3.8 conda activate venv/ Install Packages pip install -r requirements.txt Create Setup file Create this file to make package Create Source file File contains whole source code