Commit History

chore: merge master → dev/video-fer (live camera FER mode)
a85acb5
Running

Lior-0618 commited on

fix: route video files through async polling to restore FER display
651926c

Lior-0618 commited on

fix: route /api/transcribe-stream to Next.js for SSE
63fe495

Lior-0618 commited on

chore: merge master → dev/video-fer (SSE transcribe-stream)
aa15e90

Lior-0618 commited on

fix: detect Git LFS pointer in FER model, auto-download real binary
d0d44f6

Lior-0618 commited on

fix: pin onnxruntime==1.24.2 + cache-bust Dockerfile for FER
468f785

Lior-0618 commited on

fix: async job polling for timeout + FER ONNX ort>=1.19.0
cc028c9

Lior-0618 commited on

docs: update README with Studio features and API format
a01a078

Lior-0618 commited on

chore: merge master + streaming emotions, inline badges, hidden scrollbar
fb8075d

Lior-0618 commited on

feat: streaming valence/arousal + inline bracket badges + hidden scrollbar
b9eb9d3

Lior-0618 commited on

feat: char-level text highlight + click-to-seek + inline bracket badges
0bc965a

Lior-0618 commited on

feat: ElevenLabs-style transcript highlight + timeline playhead
3ce15e9

Lior-0618 commited on

feat: bidirectional timeline ↔ transcript sync with scroll highlight
8d76fde

Lior-0618 commited on

fix: remove play/pause overlay from RightPanel video preview
f900ec0

Lior-0618 commited on

feat: per-second FER timeline for live emotion panel
5fa0792

Lior-0618 commited on

fix: restore output:standalone in next.config.ts for Docker build
bf603d6

Lior-0618 commited on

feat: add delete button to recent sessions in sidebar
644ceff

Lior-0618 commited on

fix: prevent double API call on upload; replace frontend with redesigned UI
4f4f496

Lior-0618 commited on

feat: replace frontend with redesigned Ethos Studio UI + update READMEs
c4c4f17

Lior-0618 commited on

fix: extend proxy timeouts for CPU inference (30/60 min)
bcf82e9

Lior-0618 commited on

fix: correct FER model path and STT error propagation
1057f87

Lior-0618 commited on

fix: add required language= arg to apply_transcription_request()
4ee7e7e

Lior-0618 commited on

debug: add /debug-inference endpoint to smoke-test local model
ef7f038

Lior-0618 commited on

fix: use bfloat16 on CPU to halve memory usage (~6 GB vs ~12 GB)
64b796f

Lior-0618 commited on

chore: update web/package-lock.json for Node 22
b7f8db8

Lior-0618 commited on

refactor: restructure repo into api/ proxy/ web/ training/ docs/
a265585

Lior-0618 commited on

feat: local Voxtral inference + FER ImageNet norm fix
c631126

Lior-0618 commited on

fix: ImageNet normalization in FER preprocessing
ffde148

Lior-0618 commited on

fix: RefObject<HTMLVideoElement|null> for React 19 TS build
f7f447d

Lior-0618 commited on

fix: RefObject type for React 19 (TS build fix)
f37f11d

Lior-0618 commited on

feat: add video FER pipeline with full-stack support
0a64934

Lior-0618 commited on

chore: sync master to HF Spaces (skip binary history)
0b6ab33

Lior-0618 commited on

docs: update READMEs for evoxtral external API proxy
a80f74e

Lior-0618 Claude Opus 4.6 commited on

fix: always convert audio to WAV before forwarding to evoxtral API
e31fc14

Lior-0618 Claude Opus 4.6 commited on

feat: switch to external evoxtral Modal API (no local model)
8e1d7bd

Lior-0618 Claude Opus 4.6 commited on

fix: bypass apply_chat_template, use processor(audio) directly
f07c505

Lior-0618 commited on

fix: remove add_generation_prompt (not supported by MistralCommonTokenizer)
29a067f

Lior-0618 commited on

fix: pin transformers==4.54.0 to avoid mm_load_kwargs bug
61ec5bb

Lior-0618 commited on

debug: expose /api/debug-inference via Node proxy
fbb0f59

Lior-0618 commited on

debug: add /debug-inference endpoint
09b4141

Lior-0618 commited on

debug: add traceback logging + fix dtype cast + add_generation_prompt
3d75979

Lior-0618 commited on

debug: add detailed timing logs to _transcribe
06979e1

Lior-0618 commited on

feat: switch to Voxtral-Mini-3B-2507 + evoxtral-lora adapter
04ce75c

Lior-0618 Claude Sonnet 4.6 commited on

fix: use bfloat16 on CPU to halve memory usage (16GB→8GB)
d0f985d

Lior-0618 commited on

fix: remove resemblyzer dep (unused, webrtcvad needs gcc)
7c6cdec

Lior-0618 commited on

feat: add HuggingFace Spaces Docker deployment
cb1bd97

Lior-0618 Claude Sonnet 4.6 commited on

Merge pull request #3 from aytoast/feat/model
f55ad8e
unverified

lgy1159 commited on

docs: update READMEs to reflect single-speaker VAD segmentation
ed75654

Lior-0618 Claude Sonnet 4.6 commited on

fix: distribute text by sentence boundaries instead of character proportion
ca55dbc

Lior-0618 Claude Sonnet 4.6 commited on

refactor: replace speaker clustering with VAD sentence segmentation
4c097b5

Lior-0618 Claude Sonnet 4.6 commited on