Apiarist / app.py

Commit History

fix: PDF notes wrap inside table; hide trend chart until 2+ inspections (no empty box)
b378fd6

Apiarist Dev commited on

fix: comparison report sentence built from specialist counts (no more mite contradiction)
be50c21

Apiarist Dev commited on

ui: fill_width=True so layout uses full width (capped at 1600px via css)
e4f30a9

Apiarist Dev commited on

ui: queen tile shows count (1/0) not YES; widen layout to 1600px
c11bda6

Apiarist Dev commited on

off-brand: custom tab bar, themed inputs/labels/tables, custom scrollbar, strip Gradio tells
dc2bfb3

Apiarist Dev commited on

feat: inspection dashboard (verdict + stat tiles), colony trend charts, polished A/B kill-shot cards
be206e5

Apiarist Dev commited on

polish: hero header + detection legend + footer (Off-Brand); document Modal training pipeline + published artifacts
34483f7

Apiarist Dev commited on

remove cyan queen candidate boxes - only confident green QUEEN box now
8ec418b

Apiarist Dev commited on

feat: ranked top-3 queen candidates with probability shown - honest AI, user verifies
7119114

Apiarist Dev commited on

feat: 5 sample photos with verified queen detection + disclaimer about operating conditions
e6c0dcb

Apiarist Dev commited on

feat: VLM cascade for queen verification (YOLO finds candidates, Qwen-VL confirms via grid comparison)
ae234b4

Apiarist Dev commited on

feat: lower queen threshold to 0.05, show top-confidence per class in narrative
0111bb2

Apiarist Dev commited on

fix: distinguish empty YOLO detections from missing weights in narrative
f4f2593

Apiarist Dev commited on

chore: nudge build hook
49524d4

Apiarist Dev commited on

polish: remove emojis and em dashes from sources and docs
238bdf6

Apiarist Dev commited on

polish: seed sample hives, polished CSS theme, rich About + README, dataset live on Hub
686d2ed

Apiarist Dev commited on

fix: per-class confidence thresholds, queen-only label, mites clearly marked as VLM estimate
e5b1be5

Apiarist Dev commited on

refactor: YOLO runs on main container (not GPU worker), Qwen-only in @gpu
03ce53c

Apiarist Dev commited on

fix: run YOLO on main container, not GPU worker (file access + log visibility)
19fed7f

Apiarist Dev commited on

feat: PDF weekly report generator + download button in Hives tab
c87dd80

Apiarist Dev commited on

feat: real A/B comparison logic (Apiarist vs Qwen-alone)
4f7f771

Apiarist Dev commited on

feat: YOLO + Qwen pipeline with graceful fallback when weights absent
1032894

Apiarist Dev commited on

feat: A/B Compare tab shell, ready for YOLO weights
0381c4f

Apiarist Dev commited on

fix: refresh Inspect tab hive dropdown when hives are added/refreshed/analyzed
9ea6c2e

Apiarist Dev commited on

feat: SQLite hive registry + inspection history tab, persistent across sessions
027ff29

Apiarist Dev commited on

swap to Qwen2.5-VL-3B (sweet spot: better vision than SmolVLM, fits ZeroGPU)
be1617f

Apiarist Dev commited on

revert: Qwen2.5-VL-7B crashes ZeroGPU container, use SmolVLM-Instruct 2.25B (known good)
9383bcd

Apiarist Dev commited on

upgrade SmolVLM-500M -> Qwen2.5-VL-7B for real vision quality on ZeroGPU
ec6806d

Apiarist Dev commited on

wire @spaces.GPU decorator for ZeroGPU; auto cuda/cpu device handling
2c5f41c

Apiarist Dev commited on

swap moondream2 (broken custom code) -> SmolVLM-500M (standard transformers API)
3de1e82

Apiarist Dev commited on

wire moondream2 (placeholder VLM) + add iNaturalist scraper + data sources doc
43e9dcd

Apiarist Dev commited on

scaffold: dummy analyze pipeline + custom-themed Gradio UI
75fe95c

Apiarist Dev commited on