File size: 1,289 Bytes
6ff26b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html><html lang="ar" dir="rtl"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Nawah-ASR-50M</title><link rel="stylesheet" href="/static/style.css"></head><body><div class="wrap">
  <header>
    <h1>Nawah-ASR-50M</h1>
    <p class="sub">تفريغ صوتي عربي — الكلام بيتكتب بموديل <b>Emhotob 50M</b> نفسه، مش بديكودر ASR</p>
    <p class="meta" id="meta"></p>
  </header>

  <section class="card">
    <div class="bar">
      <button class="go" id="rec" type="button">🎙️ سجّل</button>
      <label class="up">📂 ارفع ملف صوت<input id="file" type="file" accept="audio/*" hidden></label>
      <span class="hint" id="hint">اضغط سجّل أو ارفع ملف (لحد ٣٠ ثانية)</span>
    </div>
    <div class="wave" id="wave"></div>
  </section>

  <section id="out"></section>

  <section class="note">
    <b>ملاحظة:</b> ده v1، متدرب على ٦٠ ساعة بس — الـ WER ٠٫٦١ وده أضعف من Whisper المتدرب.
    الهدف إثبات إن LLM صغير بالعربي يقدر يقرا صوت. نسخة ٣٠٠ ساعة تحت التدريب.
  </section>
</div>
<script src="/static/app.js"></script></body></html>