voice-detection-api / start.ps1
aadhi97x's picture
clean commit
6c1314b
raw
history blame contribute delete
112 Bytes
$env:API_KEY = "my_secure_api_key_2024"
.\venv\Scripts\uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload