gloomcheng commited on
Commit
f03d89a
·
verified ·
1 Parent(s): d6a0fe1

Add organization card

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: WeeMed AI
3
+ emoji: 🩺
4
+ colorFrom: blue
5
+ colorTo: green
6
+ ---
7
+
8
+ # WeeMed AI
9
+
10
+ **Building a globally standardized, AI-driven digital health and long-term care platform
11
+ for aging societies.**
12
+
13
+ FHIR-first. Integrated health data, intelligent decision support, personalized preventive
14
+ medicine — deployed in real clinics, health-screening centers, and community long-term
15
+ care sites in Taiwan.
16
+
17
+ > **AI accelerates digitization; it isn't the product.**
18
+
19
+ A spin-off of the **Medical Image Processing Laboratory (MIPL)**, National Yunlin
20
+ University of Science and Technology — a lab that has built AI-assisted diagnostic
21
+ systems with National Taiwan University Hospital Yunlin Branch, National Cheng Kung
22
+ University Hospital, and Dalin Tzu Chi Hospital since 2003.
23
+
24
+ ---
25
+
26
+ ## What we release here
27
+
28
+ We ship models that fall out of real deployment problems, and we publish the
29
+ **measurements**, not just the weights.
30
+
31
+ ### 🎙️ [Breeze-ASR-26-edge](https://huggingface.co/weemed/Breeze-ASR-26-edge)
32
+
33
+ Taiwanese Hokkien (台語) + Mandarin speech recognition, quantized for the edge, in two
34
+ runtimes — with a measured benchmark telling you which to pick:
35
+
36
+ | Runtime | RTF (CPU, 4 threads) | Real-time? |
37
+ |---|---|---|
38
+ | CTranslate2 / faster-whisper | **0.18 – 0.23** | ✅ |
39
+ | ONNX / sherpa-onnx | 1.17 – 1.76 | ❌ (but runs on Android/iOS/WASM) |
40
+
41
+ Measured on real multi-speaker meeting audio, not synthetic clips. Derived from
42
+ [MediaTek-Research/Breeze-ASR-26](https://huggingface.co/MediaTek-Research/Breeze-ASR-26)
43
+ (Apache-2.0) — all credit for the model to MediaTek Research.
44
+
45
+ ---
46
+
47
+ ## Why this matters to us
48
+
49
+ Taiwan is aging fast, and the people doing the caring — nurses at screening centers,
50
+ care managers at community sites, elders themselves — mostly do not speak to each other
51
+ in written Mandarin. They speak **Taigi**, in noisy rooms, on tablets held in one hand.
52
+
53
+ Health tech that only understands clean written Mandarin does not meet them where they
54
+ are. So we work on the unglamorous end of clinical AI: the languages actually spoken,
55
+ the devices actually held, the constraints actually present.
56
+
57
+ ---
58
+
59
+ ## How we publish
60
+
61
+ - **Honest benchmarks.** We report the number that survives scrutiny, including when it
62
+ kills our own hypothesis. Our ASR card documents the measurement traps we fell into
63
+ before publishing (short clips and repetitive audio both give flattering, wrong RTFs).
64
+ - **Named gaps.** What we could not measure is written down as an open gap, not omitted.
65
+ - **Real audio, real clinics.** Benchmarks on synthetic data tell you about synthetic data.
66
+
67
+ ---
68
+
69
+ <sub>Apache-2.0 unless stated otherwise · Made in Yunlin, Taiwan</sub>