ZeeAI1 commited on
Commit
e1f45e2
Β·
verified Β·
1 Parent(s): d3b59eb

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +4 -0
start.sh ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ #!/bin/bash
2
+ pip install -r requirements.txt
3
+ python -m spacy download en_core_web_sm
4
+ python app.py