CUD-Traffic-AI / scripts /run_local_backend.sh
Rajeev Ranjan Pandey
Refine UI and fix model selection bugs
e078b1d
raw
history blame contribute delete
92 Bytes
#!/usr/bin/env bash
source .venv/bin/activate
uvicorn backend.main:app --reload --port 8000