Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 21:37:49 +02:00
7dffcb08eb feat: interruptible Scan All — stop after current video, resume later
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 21:26:16 +02:00
93bcb23fa7 docs: document embedding cache and fast rescan loop
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 21:14:47 +02:00
eda7826a40 fix: safe PATH fallback for Windows DLL loading, deduplicate model restore
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 21:05:41 +02:00
e7e20b0fe6 fix: review mode playback line, model restore dedup, auto-rescan on rollback
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 20:47:54 +02:00
814ef946eb fix: add missing shortcuts to help dialog (disable, undo, drag resize)
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 20:40:25 +02:00
2e738df9ae docs: rewrite install guide with venv steps and dataset sizing guidance
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 20:35:02 +02:00
6ddfcde8ee feat: disable/resize scan regions, undo, training fixes, cross-platform cleanup
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 18:43:10 +02:00
b161412d94 feat: scan workflow — region fusion, hard negatives, review mode, versioned models
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 16:28:56 +02:00
5a9e068903 fix: 6 bugs — profile isolation, export stashing, auto-negative guard
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 16:12:59 +02:00
6870e5aaf3 feat: scan results panel, model switching, batch scan, and training improvements
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 13:05:25 +02:00
f597ff29e8 chore: move model storage into project models/ directory
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 12:56:03 +02:00
e1789d4e71 fix: bug audit — broken test imports, training data overlap, cleanup
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 12:49:26 +02:00
7834b1d05c chore: remove server and client — unused in desktop app
Ethanfel created branch feat/training-ui in Ethanfel/8-cut 2026-04-18 12:48:31 +02:00
Ethanfel pushed to feat/training-ui at Ethanfel/8-cut 2026-04-18 12:48:31 +02:00
12ed183f1b feat: integrate training UI, BEATs model, and clean up legacy code
f2c38aee79 feat: rewrite audio scan with MFCC+delta+spectral contrast pipeline
8ab5bdba77 fix: use mean+std MFCC vectors (40-dim) for better discrimination
c6c5934fe8 fix: threshold step 0.05 → 0.01 for finer control
73d5367424 fix: three audio scan bugs — signal shadow, re-entrancy, S-key jump
Compare 10 commits »
Ethanfel pushed to server at Ethanfel/8-cut 2026-04-17 08:17:29 +02:00
a67e189aa0 fix: mpv loadfile index arg, cache polling, and sidebar CSS
Ethanfel pushed to server at Ethanfel/8-cut 2026-04-16 20:50:03 +02:00
2b6c56cd15 fix: add CORS middleware to server for Tauri webview requests
Ethanfel pushed to server at Ethanfel/8-cut 2026-04-16 20:25:11 +02:00
0f6082061f feat: add folder navigation to file browser
9662b815db feat: add server URL input to profile bar
Compare 2 commits »
Ethanfel pushed to server at Ethanfel/8-cut 2026-04-16 20:09:53 +02:00
9776b83ac5 fix: client bug fixes from review
39f873bec2 fix: server bug fixes from review
409eb82e5c feat: configure Linux packaging (deb + AppImage)
297aafa51c feat: add settings persistence via localStorage
b4cf972d59 feat: wire up main app layout with all components
Compare 16 commits »
Ethanfel pushed to server at Ethanfel/8-cut 2026-04-16 16:57:33 +02:00
cd0331d4ce docs: add Tauri + Svelte client design