Audio Classification
NeMo
Safetensors
PyTorch
Arabic
English
multilingual
speaker-diarization
diarization
streaming
realtime
sortformer
arabic
audar
Eval Results (legacy)
Instructions to use audarai/Audar-Diarization-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use audarai/Audar-Diarization-V1 with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
Link GitHub dev hub (AudarAI/Audar-diarization-V1): badge + nav + footer; point to inference examples/benchmarks
Browse files
README.md
CHANGED
|
@@ -73,8 +73,9 @@ model-index:
|
|
| 73 |

|
| 74 |

|
| 75 |

|
|
|
|
| 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 |
-
|
| 187 |
-
|
|
|
|
| 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 |

|
| 74 |

|
| 75 |

|
| 76 |
+
[](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 |
|