Zlaqa Version B - AI Engine (Legacy)
Note: This is the legacy Version B implementation.
For the new, production-ready V2 implementation, see:
../zlaqa-version-b-v2-ai-enginee/
Status
This directory contains the original Version B code with:
- Whisper-based ASR
- Legacy detection logic
- Dependency conflicts (transformers/huggingface-hub)
Recommendation: Use V2 for all new development.
V2 Improvements
- β IndicConformer ASR with Whisper fallback
- β Native word-level timestamps (not estimated)
- β DTW-based repetition verification
- β Speaking-rate normalized thresholds
- β Clean modular architecture
- β Rich JSON output with evidence
See ../zlaqa-version-b-v2-ai-enginee/QUICKSTART.md for details.