• Joined on 2026-05-21
ir pushed to main at ir/transcribe-server 2026-08-12 01:34:47 +08:00
9a93cb6ffd transcribe_server: bypass whisperx DiarizationPipeline, use raw pyannote Pipeline
ir pushed to main at ir/transcribe-server 2026-08-11 15:47:01 +08:00
335b0d8ee5 FIX: pre-encode mp3→wav + preloaded audio dict for pyannote (FFmpeg 8 / torchcodec 0.7 broken)
ir pushed to main at ir/transcribe-server 2026-08-10 23:26:29 +08:00
3126021d2e FIX: preset language=zh in whisperx load_model to prevent tokenizer race on long audio (32+ min)
ir pushed tag v1.3.0 to ir/transcribe-server 2026-07-24 23:53:39 +08:00
ir pushed to main at ir/transcribe-server 2026-07-24 23:53:25 +08:00
f316b9bbbc v1.3.0: large-v3 + hallucination filter (2026-07-24)
ir created repository ir/transcribe-server 2026-07-24 23:52:19 +08:00
ir pushed tag v1.1.0 to ir/url2pdf-tools 2026-07-24 20:23:42 +08:00
ir pushed to master at ir/url2pdf-tools 2026-07-24 20:23:42 +08:00
2e823c9d16 v1.1.0: fix /crawl/* GET routes (move handlers to do_GET start)
ir deleted branch main from ir/url2pdf-crawler-local 2026-07-24 18:13:46 +08:00
ir deleted branch main from ir/url2pdf-tools 2026-07-24 18:13:46 +08:00
ir pushed to master at ir/url2pdf-crawler-local 2026-07-24 18:13:01 +08:00
1a451681ee IT狗 2026-07-24: HPE AOS 10.x doc crawler (v1 + v2)
0d3e40f797 v1.0.0: URL-to-PDF + Doc Site Crawler
Compare 2 commits »
ir created branch master in ir/url2pdf-crawler-local 2026-07-24 18:13:01 +08:00
ir pushed to master at ir/url2pdf-tools 2026-07-24 18:11:42 +08:00
e6116ecc7d v2: two-phase doc crawler + web UI + server.py static file serving
0d3e40f797 v1.0.0: URL-to-PDF + Doc Site Crawler
Compare 2 commits »
ir created branch master in ir/url2pdf-tools 2026-07-24 18:11:42 +08:00
ir created repository ir/url2pdf-crawler-local 2026-07-24 18:10:09 +08:00
ir created repository ir/url2pdf-tools 2026-07-24 18:09:59 +08:00
ir pushed to master at ir/aars 2026-07-22 12:07:52 +08:00
acbc767247 feat(auth): switch to bcrypt primary scheme, keep sha256_crypt for migration
ir pushed to master at ir/aars 2026-07-22 11:02:13 +08:00
f6712d9d0e test(auth): smoke test for /api/auth/users + reset-password
ir pushed to master at ir/aars 2026-07-22 11:00:50 +08:00
262c44f6a1 feat(auth): user management UI in Settings + GET /api/auth/users
ir pushed to master at ir/aars 2026-07-22 10:57:27 +08:00
3c855d521b fix(auth): import get_password_hash in main.py