Bryan-Az
linked mlops from git dir & added evaluation notebook
9dd7d9c
raw
history blame contribute delete
157 Bytes
#!/bin/bash
# Step a: Install dependencies
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 src/data_loader.py &
wait