AnomalDrive / launch.bat
baiganinn's picture
init
7058515
raw
history blame contribute delete
295 Bytes
@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