File size: 295 Bytes
7058515
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo 🛣️ Vehicle Anomaly Detection System
echo =====================================
echo.
echo Installing dependencies...
pip install -r requirements.txt
echo.
echo Starting Gradio application...
echo Access the interface at: http://localhost:7860
echo.
python gradio_app.py
pause