File size: 751 Bytes
79f7931
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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.