Bryan-Az
linked mlops from git dir & added evaluation notebook
9dd7d9c
raw
history blame contribute delete
283 Bytes
#!/bin/bash
# Step a: Install dependencies
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# Step b: Run necessary parts of the codebase
#python src/document_term_matrix.py &
#python src/cosine_similarity.py &
python src/synthetic_user_data.py &
wait