ZeeABC / start.sh
ZeeAI1's picture
Create start.sh
e1f45e2 verified
raw
history blame contribute delete
97 Bytes
#!/bin/bash
pip install -r requirements.txt
python -m spacy download en_core_web_sm
python app.py