Commit History

fix(asr): reject isolated_tail_closing hallucinations after phrase
30692b2

Thedeezat Cursor commited on

fix(space): inline client_log route in main.py for single-file HF deploy
d600fce

Thedeezat Cursor commited on

feat(api): register POST /client_log for HoloLens telemetry
6a82374

Thedeezat Cursor commited on

fix(it): soften zlib compression gate; ultra-short tail after phrase
2251e5d

Thedeezat Cursor commited on

fix(forced-lang): reject ultra-short trimmed EN/IT segments by default
9a0b6df

Thedeezat Cursor commited on

feat(it): warm-load transformers by default; soften RMS for fragments
551dec9

Thedeezat Cursor commited on

fix: English segment word cap uses paired signals; fix Italian restore
8371e74

Thedeezat Cursor commited on

fix(en): soften word-density reject with paired signals
76b4475

Thedeezat Cursor commited on

tune(api-space): increase forced chunk context to 4.0s with tail trim enabled
78a942a

Thedeezat Cursor commited on

feat(api-space): detect and trim weak late tail continuation sentences
abb5811

Thedeezat Cursor commited on

tune(api-space): rebalance English confidence filters for realtime speech
6a6a4e1

Thedeezat Cursor commited on

fix(api-space): stricter English confidence+density rejection, less punitive Italian fallback
292cadf

Thedeezat Cursor commited on

fix(api-space): disable aggressive forced segmentation by default for realtime demo
3199a7d

Thedeezat Cursor commited on

fix(api-space): reduce pre-decode over-filtering for short strong segments
27678da

Thedeezat Cursor commited on

fix(api-space): relax trimmed speech segment gate for EN/IT
061c188

Thedeezat Cursor commited on

feat(api-space): speech-segment-first forced decode with confidence-driven EN/IT acceptance
b6014bd

Thedeezat commited on

fix(api-space): suppress weak short forced-language tails after strong chunk
6477309

Thedeezat commited on

Revert "feat(api-space): generic forced-language tail acceptance filter (EN+IT)"
7fb0f45

Thedeezat commited on

feat(api-space): generic forced-language tail acceptance filter (EN+IT)
5f6e174

Thedeezat commited on

Revert "fix(api-space): strip dangling THANK YOU/THANKS after .?!; trim silence for EN"
40a843d

Thedeezat commited on

Revert "fix(api-space): apply dangling THANK YOU strip for auto/missing X-Forced-Language"
9323e52

Thedeezat commited on

fix(api-space): apply dangling THANK YOU strip for auto/missing X-Forced-Language
ca5297b

Thedeezat Cursor commited on

fix(api-space): strip dangling THANK YOU/THANKS after .?!; trim silence for EN
5460658

Thedeezat Cursor commited on

feat(api-space): trim trailing silence on forced Italian chunks (HoloLens-style tails)
c5f5533

Thedeezat Cursor commited on

fix(api-space): force Whisper decode scores via GenerationConfig; strip dangling grazie tail after .?!
92eba56

Thedeezat Cursor commited on

feat(api-space): expose Whisper transformers decode confidence metadata.
0df3dfc

Thedeezat Cursor commited on

Enforce conservative forced-Italian acceptance and exact weak-tail reject logging.
d031ccb

Thedeezat Cursor commited on

Apply conservative confidence-based forced-Italian acceptance and weak-tail rejection.
cf67df8

Thedeezat Cursor commited on

Strip only dangling final English 'you' tail artifacts.
e7a5050

Thedeezat Cursor commited on

Strip only dangling final Italian conjunction tokens (E/ED).
2dbf0e3

Thedeezat Cursor commited on

Prioritize short Italian speech-RMS over VAD; add return/client response logs.
bb6a62d

Thedeezat Cursor commited on

Use speech-window RMS (not full chunk RMS) for forced-Italian gating.
7545d8f

Thedeezat Cursor commited on

Add forced-Italian short-utterance mode with balanced RMS/min-chunk gates.
f963195

Thedeezat Cursor commited on

Tighten forced-Italian weak-tail rejection and apply real VAD pre-check.
8985245

Thedeezat Cursor commited on

Skip forced-Italian transformers warm-load to prevent HF build crash
91826f6

Thedeezat Cursor commited on

Default forced-Italian to whisper-large-v3-turbo; short-chunk gate + VAD.
2a96f08

Thedeezat Cursor commited on

Remove Italian substring hallucination stripping; keep English-caption targets only.
6e3b1ab

Thedeezat Cursor commited on

Reduce EN/IT tail hallucinations: stricter thresholds, FW logprob, tail cleanup.
2219786

Thedeezat Cursor commited on

Strip redundant Italian Whisper tail "W e W" in forced-Italian sanitization.
25debd2

Thedeezat Cursor commited on

Recover short forced-language utterances without hardcoded word rules.
8b5f0fd

Thedeezat Cursor commited on

Default forced-English CUDA path to quality model instead of realtime.
cfafb37

Thedeezat Cursor commited on

Use cross-model English consensus to suppress unstable trailing token hallucinations.
c096936

Thedeezat Cursor commited on

Gate forced-English realtime decodes by segment confidence before fallback selection.
b474459

Thedeezat Cursor commited on

Preserve short repeated utterances and avoid blanking tiny overlap chunks.
4b665ac

Thedeezat Cursor commited on

Retry empty forced-English chunks with a relaxed no-speech threshold.
11b9b9c

Thedeezat Cursor commited on

Improve English ASR stability by rerunning suspicious fast-path decodes on the stronger EN model.
b954996

Thedeezat Cursor commited on

Revert "Default Italian production path to shared faster-whisper."
ca733dc

Thedeezat commited on

Default Italian production path to shared faster-whisper.
d9bd8fd

Thedeezat Cursor commited on

Improve Italian WER with accuracy-first forced decode defaults.
8aa026b

Thedeezat Cursor commited on

Reduce forced-Italian false blanks and hallucinated additions.
c8b817c

Thedeezat Cursor commited on