Machine-Learning-Project conda create -n mlproject python=3.12 -y conda activate mlproject pip install -r requirements.txt