Commit Graph

2 Commits

Author SHA1 Message Date
Cal Corum
53caf193af fix: fall back to CPU when CUDA inference fails at transcribe time
CUDA model loading can succeed even when runtime libs like libcublas
are missing — the error only surfaces during model.transcribe(). Catch
that and retry on CPU so transcription still works without the full
CUDA toolkit installed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 14:38:58 -06:00
Cal Corum
195cd443cb feat: initial commit — voice/text memory capture with kanban board
PySide6 app for capturing quick memories via voice or text, organized
on a kanban board (On Docket → In Progress → Complete). Complete column
is collapsible with 7d/30d/All date filters.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 13:55:21 -06:00