Diabetic Patient Readmission Setup 1. Create and activate virtual environment python -m venv .venv source .venv/bin/activate You should see (.venv) appear at the start of your terminal prompt. 2. Install dependencies pip install -r requirements.txt 3. Run the project jupyter nbconvert --execute src/main.ipynb