Files
rtsp-video-analysis-system/python-inference-service/start_service.sh

4 lines
96 B
Bash
Raw Normal View History

2025-09-30 14:23:33 +08:00
#!/bin/bash
echo "Starting Python Inference Service..."
cd "$(dirname "$0")"
python -m app.main