• Joined on 2026-05-02
keboss pushed to main at keboss/transcription 2026-06-01 09:49:57 +00:00
0c1d671c8d Fix docx download: attach click handlers directly to file items, use iframe for reliable download
keboss pushed to master at keboss/opencode 2026-06-01 09:49:32 +00:00
7596a2f1a1 Fix rapidocr imports for Python 3.13 compatibility
keboss pushed to main at keboss/transcription 2026-06-01 09:34:42 +00:00
fe0a2a0611 Fix docx download: make docx clickable, add forced download via Blob and ObjectURL
keboss pushed to master at keboss/opencode 2026-06-01 09:31:37 +00:00
95093736da Add dimension QC, DZI generator, web viewer, and fix RAG query bug
eaddf9f14b Add VLM tools: Describer, QC checker, and GOST validator
f37c477a0a Add FastAPI backend with DZI viewer and feedback system
feeb02242b Add layout detection and multi-element extraction
b5f7c6327e Add tiling OCR, preprocess and visualization tools
Compare 5 commits »
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