anfastech's picture
Rename README.md to README_old.md
14c78c4 verified
# 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.