tiny-scribe / app.py

Commit History

fix: add missing meeting_summarizer module to Dockerfile for HF Spaces deployment
bc6516c

Luigi commited on

feat: initial tiny-scribe deployment
d10c1a0

Luigi commited on

Remove Qwen2.5 3B - keep only 1.5B as extraction model
a38e521

Luigi commited on

Fix Qwen2.5 3B filename pattern to lowercase
d52338f

Luigi commited on

Replace Qwen2.5 Coder 3B with standard Qwen2.5 3B Instruct
becdf10

Luigi commited on

Clean extraction model list: keep only Qwen2.5 models
0974dce

Luigi commited on

Fix Gemma-3 1B filename pattern
22f810b

Luigi commited on

Remove Granite 3.x models from extraction list
1f51bbd

Luigi commited on

Remove models under 1B and over 2B from extraction list
1ad69ed

Luigi commited on

Fix Gemma-3 1B repository name
60a0bba

Luigi commited on

Add Gemma-3 1B IT QAT to extraction models
836d735

Luigi commited on

Fix Qwen2.5 1.5B filename pattern
1f30736

Luigi commited on

Add Qwen2.5 1.5B as default extraction model
9f68f0b

Luigi commited on

Add Granite-4.0 1B model for extraction
8b92581

Luigi commited on

Remove reasoning models from extraction list
40664cd

Luigi commited on

Set Granite-4.0 350M as default extraction model
6eeddf6

Luigi commited on

feat: add Qwen2.5 3B and Qwen3 4B extraction models
25e4563

Luigi commited on

fix: update Granite 4.0 Tiny 7B repo config
926ea7a

Luigi commited on

fix: use correct Granite 4.0 Tiny GGUF repo and set as default
7258596

Luigi commited on

fix: correct Granite 4.0 Tiny repo_id - remove full URL
121f87b

Luigi commited on

fix: correct Granite 4.0 Tiny repo ID to use GGUF version
ba5d67b

Luigi commited on

fix: correct Granite 4.0 Tiny repo ID
d070b8f

Luigi commited on

feat: add Granite 4.0 Tiny 7B to extraction models
c117c3d

Luigi commited on

fix: improve extraction success rate with Qwen3 models
061dfb7

Luigi commited on

fix: add examples to extraction prompts to prevent empty JSON output
9129005

Luigi commited on

feat: enrich JSON export with rich debug info for all 3 pipeline stages
7c9ccb7

Luigi commited on

fix: use model's actual tokenizer instead of naive character counting
a64370c

Luigi commited on

fix: reserve tokens for system prompt and generation in extraction windows
c4c1bc0

Luigi commited on

refactor: implement Priority 2 UI improvements
37c9868

Luigi commited on

refactor: implement Priority 1 UI improvements from review
6549049

Luigi commited on

fix: route Advanced Mode progress messages to thinking output instead of summary
444762a

Luigi commited on

fix: remove legacy model info panels and initialize unified panel with default model
c9dbd58

Luigi commited on

refactor: unify Model Information panel and deduplicate language selector
56057a0

Luigi commited on

refactor: reorganize UI with single mode selector and stage-based Advanced Mode layout
1ea1cce

Luigi commited on

fix: Advanced Mode bugs and enhancements
88fac5c

Luigi commited on

fix: Optimize LFM2-Extract models based on official docs
b63157c

Luigi commited on

feat: Implement Advanced Mode 3-stage pipeline (extraction β†’ deduplication β†’ synthesis)
7a3423c

Luigi commited on

fix: download button now shows JSON file after generation
b4c1319

Luigi commited on

Improve UI/UX: Modern glassmorphism design, added Paste Text tab, and optimized visual hierarchy
f21446b

Luigi commited on

style: comprehensive CSS overhaul for polished visual design
85487c1

Luigi commited on

refactor: reorganize UI layout for better UX
4465a4a

Luigi commited on

fix: refresh Model Information panel after custom GGUF model loads
fc7c6c6

Luigi commited on

fix: change size_mb from string 'Unknown' to integer 0 to fix format error
e9b378f

Luigi commited on

fix: add missing custom_model_metadata state variable and update get_model_info to handle custom models
3b8c535

Luigi commited on

fix: ensure custom model metadata is properly returned and stored
53948ea

Luigi commited on

fix: restore missing UI components (thinking_output, summary_output, info_output)
d03b904

Luigi commited on

fix: populate Model Information for custom GGUF models
447632e

Luigi commited on

feat: redesign custom GGUF loader with native HF search
c997232

Luigi commited on

feat: add dynamic model search for custom GGUF loader
68d2790

Luigi commited on

fix: make custom GGUF status messages visible
c732f74

Luigi commited on