Files
rtsp-video-analysis-system/python-inference-service/start_service.bat
2025-09-30 14:23:33 +08:00

5 lines
89 B
Batchfile

@echo off
echo Starting Python Inference Service...
cd /d %~dp0
python -m app.main
pause