SEPSIS_ICU_MIMIC / run_backend.sh
Expanic
Update code
1eb43b0
Raw
History Blame Contribute Delete
258 Bytes
#!/bin/bash
# Install additional dependencies
pip install sqlalchemy joblib torch > /dev/null
# Make sure we are in the root
cd /Users/rezaal/Documents/coding/ORCA_PURAPURANINJA
# Run the backend
cd backend
python3 -m uvicorn main:app --reload --port 8000