• Joined on 2026-05-02
keboss pushed to main at keboss/transcription 2026-06-01 09:19:52 +00:00
2f3b27ac57 Remove source files after processing: delete from uploads, don't copy to processed
keboss pushed to main at keboss/transcription 2026-06-01 09:13:38 +00:00
b786f84e7c Add nltk_data volume to persist NLTK resources across restarts
keboss pushed to main at keboss/transcription 2026-06-01 09:02:55 +00:00
24154665b6 Fix: run heavy pipeline in threads to unblock event loop, mount code volumes for live updates
keboss pushed to main at keboss/transcription 2026-06-01 07:32:14 +00:00
2eee05a52f Fix: add debounce to renderTasks to prevent frontend freeze during WebSocket updates
keboss pushed to main at keboss/transcription 2026-06-01 07:24:25 +00:00
932dc71b8a Fix task queue display: consistent task_id keys in frontend, add file field to WebSocket progress
keboss pushed to main at keboss/transcription 2026-05-31 13:42:46 +00:00
e5a3927819 Fix: change filename to file in API responses for task queue display
keboss pushed to main at keboss/transcription 2026-05-31 10:04:47 +00:00
ea1904f9af Fix Docker: correct entrypoint, remove hf_cache volume overlap, use existing image with models
714ac06364 Add requirements.txt and allow it in gitignore
Compare 2 commits »
keboss pushed to main at keboss/transcription 2026-05-29 15:58:22 +00:00
a19cb15816 Add uploads/ and processed/ to .gitignore
keboss pushed to main at keboss/transcription 2026-05-29 15:57:51 +00:00
ef8c86d3e7 Add explicit webm support in file picker and docs
keboss pushed to main at keboss/transcription 2026-05-29 15:42:38 +00:00
22eb20a2db Clarify: large-v3 is max, bad audio needs preprocessing not bigger models
keboss pushed to main at keboss/transcription 2026-05-29 15:12:48 +00:00
12fda2c231 Add .env to repo for closed-loop deployment
keboss pushed to main at keboss/transcription 2026-05-29 15:11:02 +00:00
6e5ee64be0 Move HF_TOKEN to .env file for one-command docker compose up
keboss pushed to main at keboss/transcription 2026-05-29 15:04:39 +00:00
0ed45cdf12 Integrate HF_TOKEN into Docker build for preloaded diarization models
keboss pushed to main at keboss/transcription 2026-05-29 14:50:32 +00:00
0931a15d32 Add Docker support with preloaded models and docker-compose
keboss pushed to main at keboss/transcription 2026-05-29 10:03:16 +00:00
96426a09b4 Fix delete icon visibility for long folder names with timestamp
keboss pushed to main at keboss/transcription 2026-05-29 09:52:53 +00:00
c880891839 Add folder deletion with confirmation dialog
keboss pushed to main at keboss/transcription 2026-05-29 09:45:36 +00:00
8bb21d0d7f Add timestamp to output folder to avoid overwrite conflicts on re-upload
keboss pushed to main at keboss/transcription 2026-05-29 09:42:08 +00:00
78e542a246 Increase batch_size to 2 for CPU optimization
keboss pushed to main at keboss/transcription 2026-05-29 09:34:13 +00:00
6f727b1f3d Fix file dialog double-open: add stopPropagation and reset input value
keboss pushed to main at keboss/transcription 2026-05-29 09:30:42 +00:00
5e62b3d308 Fix worker startup via FastAPI lifespan, remove manual start from server script