MIC-Off / run_dashboard.bat
VethaNarayananG's picture
Refactor translation system to modular v3.0 architecture with offline NLLB/Whisper, gTTS fallback, corrections, and automated tests
b97b788
Raw
History Blame Contribute Delete
341 Bytes
@echo off
title MIC Translator - Starting...
echo.
echo ============================================
echo MIC Translator v2.0 ^| Launching...
echo ============================================
echo.
echo Open your browser at: http://localhost:5000
echo Share with others : http://YOUR-IP:5000
echo.
cd /d "%~dp0"
python app.py
pause