Logo Lanfrica

zahafdonia/RealTime_Tunisian_STT

Domaine:

natural language processing

Type de record:

software
Créateur:
zah
Hôte:
# RealTime Tunisian Speech-To-Text Un système complet de transcription automatique en dialecte tunisien : - Streaming audio (micro en temps réel) - Whisper Fine-Tuned (LoRA) sur dialecte tunisien - Analyse automatique : résumé, actions, mots-clés - Interface Streamlit - API FastAPI ## Installation ```bash python -m venv venv venv\Scripts\activate pip install -r requirements.txt