Quentin Fuxa
d9a4c8dcb2
Refactor transcription and diarization handling with token-by-token validation. Introduce segment buffers for ephemeral content and update API to return structured segment data. Enhance silence handling and improve web interface for text transcripts.
2025-11-30 16:39:27 +01:00
Quentin Fuxa
870141298c
isort
2025-11-23 11:20:00 +01:00
Alvaro Ollero
3736458503
Uvicorn exposes a configuration option to enable reverse proxying from a trusted ip. This PR exposes it downstreams to end clients
2025-10-04 22:21:06 +02:00
Quentin Fuxa
c5e30c2c07
svg loaded once in javascript, no more need for StaticFiles
2025-09-20 11:06:00 +02:00
Quentin Fuxa
0a6e5ae9c1
ffmpeg install instruction error indicates --pcm-input alternative
2025-09-17 16:04:17 +02:00
Quentin Fuxa
ee448a37e9
when pcm-input is set, the frontend uses AudioWorklet
2025-09-17 14:55:57 +02:00
Quentin Fuxa
cd160caaa1
asyncio.to_thread for transcription and translation
2025-09-15 15:23:22 +02:00
Quentin Fuxa
3bd2122eb4
0.2.8 : only the decoder of whisper is loaded in memory when a different encoder is used
2025-09-02 21:12:25 +02:00
Quentin Fuxa
1ba171a58d
add embedded web interface HTML (single-file version with inline CSS/JS/SVG)
...
### Added
- `get_inline_ui_html()`: generates a self-contained version of the web interface, with CSS, JS, and SVG assets inlined directly into the HTML. useful for environments where serving static files is inconvenient or when a single-call UI delivery is preferred.
(cherry picked from commit aa44a92a67 )
2025-08-29 22:00:59 +02:00
Quentin Fuxa
58297daf6d
sortformer diar implementation v0.3
2025-08-24 18:32:01 +02:00
Quentin Fuxa
d089c7fce0
.html to .html + .css + .js
2025-08-20 20:00:31 +02:00
Quentin Fuxa
e14bbde77d
sortformer diar implementation v0
2025-08-19 17:02:55 +02:00
Quentin Fuxa
993a83546a
core refactoring
2025-06-16 16:13:57 +02:00
Quentin Fuxa
d6d65a663b
errors handling when end of transcription
2025-05-07 10:56:04 +02:00
Quentin Fuxa
29978da301
adds ssl possibility in basic server
2025-04-11 12:20:08 +02:00
Quentin Fuxa
3ac4c514cf
remove temp_kit method to get args. uvicorn reload to False for better perfs
2025-04-11 12:02:52 +02:00
Chris Margach
02de5993e6
allow passing of cert and key locations to uvicorn via package
2025-04-10 13:42:30 +09:00
Quentin Fuxa
81268a7ca3
update CLI launch
2025-03-19 15:40:54 +01:00