# 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.