File size: 179 Bytes
56f6887
 
 
1
2
3
4
#!/bin/zsh
mkdir -p data history model result temp
source env/bin/activate && pip install -r requirements.txt &&  python features.py && python model.py &&  streamlit run serve.py