gloomcheng commited on
Commit
f36bdf8
Β·
verified Β·
1 Parent(s): d705a56

Fix org card: 3-repo split, dead link, Yunlin, drop Space frontmatter

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