ecom-qa-bert-2 / setup.sh
rnyx's picture
Deploy
923a582
Raw
History Blame Contribute Delete
197 Bytes
#!/bin/bash
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
playwright install chromium
python scripts/download_models.py
echo "Setup complete. Run: python -m src.app"