Dragonhead commited on
Commit
230e5af
·
verified ·
1 Parent(s): 245508e

Link GitHub dev hub (AudarAI/Audar-diarization-V1): badge + nav + footer; point to inference examples/benchmarks

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -73,8 +73,9 @@ model-index:
73
  ![Speakers](https://img.shields.io/badge/speakers-up%20to%208-f59e0b)
74
  ![Streaming](https://img.shields.io/badge/streaming-1.04s%20latency%20%C2%B7%20RTF%200.003-informational)
75
  ![DER](https://img.shields.io/badge/8--corpus%20macro%20DER-22.03%25%20%C2%B7%20SOTA-brightgreen)
 
76
 
77
- <p><a href="#-what-it-is"><b>🧭 Overview</b></a> · <a href="#-benchmarks"><b>📊 Benchmarks</b></a> · <a href="#-quickstart"><b>⚡ Quickstart</b></a> · <a href="#-real-time-streaming"><b>🎙️ Streaming</b></a> · <a href="#-files"><b>📦 Files</b></a> · <a href="https://www.audarai.com"><b>☁️ Audar API</b></a> · <a href="https://www.audarai.com/license/audarai-community-license-v1.0/"><b>📜 License</b></a></p>
78
 
79
  </div>
80
 
@@ -183,8 +184,9 @@ segs = model.diarize(audio=["meeting.wav"], batch_size=1)
183
  # → RTTM-style [(start_s, end_s, speaker_slot), ...] per file
184
  ```
185
 
186
- Training recipes, the gold synthetic-data generator, and the full 8-corpus evaluation harness are open at
187
- **[github.com/AudarAI/Audar-diarization](https://github.com/AudarAI/Audar-diarization)**.
 
188
 
189
  ## 🎙️ Real-time streaming
190
 
@@ -282,7 +284,7 @@ globally, AudarAI is shaping a future where every voice can be heard, understood
282
 
283
  <div align="center">
284
 
285
- **[🌐 www.audarai.com](https://www.audarai.com)** · [🤗 Hugging Face](https://huggingface.co/audarai) · [GitHub](https://github.com/AudarAI) · contact@audarai.com
286
 
287
  © 2026 AUDARAI PTE. LTD. · Licensed under the AudarAI Community License v1.0
288
 
 
73
  ![Speakers](https://img.shields.io/badge/speakers-up%20to%208-f59e0b)
74
  ![Streaming](https://img.shields.io/badge/streaming-1.04s%20latency%20%C2%B7%20RTF%200.003-informational)
75
  ![DER](https://img.shields.io/badge/8--corpus%20macro%20DER-22.03%25%20%C2%B7%20SOTA-brightgreen)
76
+ [![GitHub](https://img.shields.io/badge/GitHub-Audar--diarization--V1-181717?logo=github)](https://github.com/AudarAI/Audar-diarization-V1)
77
 
78
+ <p><a href="#-what-it-is"><b>🧭 Overview</b></a> · <a href="#-benchmarks"><b>📊 Benchmarks</b></a> · <a href="#-quickstart"><b>⚡ Quickstart</b></a> · <a href="#-real-time-streaming"><b>🎙️ Streaming</b></a> · <a href="#-files"><b>📦 Files</b></a> · <a href="https://github.com/AudarAI/Audar-diarization-V1"><b>🐙 GitHub</b></a> · <a href="https://www.audarai.com"><b>☁️ Audar API</b></a> · <a href="https://www.audarai.com/license/audarai-community-license-v1.0/"><b>📜 License</b></a></p>
79
 
80
  </div>
81
 
 
184
  # → RTTM-style [(start_s, end_s, speaker_slot), ...] per file
185
  ```
186
 
187
+ Runnable inference examples (offline diarization + RTTM export), the full 8-corpus benchmark, and
188
+ reproduction steps are open at
189
+ **[github.com/AudarAI/Audar-diarization-V1](https://github.com/AudarAI/Audar-diarization-V1)**.
190
 
191
  ## 🎙️ Real-time streaming
192
 
 
284
 
285
  <div align="center">
286
 
287
+ **[🌐 www.audarai.com](https://www.audarai.com)** · [🤗 Hugging Face](https://huggingface.co/audarai) · [GitHub](https://github.com/AudarAI/Audar-diarization-V1) · contact@audarai.com
288
 
289
  © 2026 AUDARAI PTE. LTD. · Licensed under the AudarAI Community License v1.0
290