From 6764774d93257feb0b3ce7e70d89bc1e3033f95c Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Thu, 19 May 2022 10:15:00 +0200 Subject: [PATCH] [Nemo] Add nemo to table of supported libraries (#149) * [Nemo] Add nemo * Update docs/hub/libraries.md --- docs/hub/libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hub/libraries.md b/docs/hub/libraries.md index 6e168deba..e7ee568ee 100644 --- a/docs/hub/libraries.md +++ b/docs/hub/libraries.md @@ -20,6 +20,7 @@ The table below summarizes the supported libraries and how they are integrated. | [docTR](https://github.com/mindee/doctr) | Models and datasets for OCR-related tasks in PyTorch & TensorFlow | ✅ | ✅ | ✅ | ❌ | | [ESPnet](https://github.com/espnet/espnet) | End-to-end speech processing toolkit (e.g. TTS) | ✅ | ✅ | ✅ | ❌ | | [Flair](https://github.com/flairNLP/flair) | Very simple framework for state-of-the-art NLP. | ✅ | ✅ | ✅ | ❌ | +| [NeMo](https://github.com/NVIDIA/NeMo) | Conversational AI toolkit built for researchers | ✅ | ✅ | ✅ | ❌ | | [Pyannote](https://github.com/pyannote/pyannote-audio) | Neural building blocks for speaker diarization. | ❌ | ❌ | ✅ | ❌ | | [PyCTCDecode](https://github.com/kensho-technologies/pyctcdecode) | Language model supported CTC decoding for speech recognition | ❌ | ❌ | ✅ | ❌ | | [Sentence Transformers](https://github.com/UKPLab/sentence-transformers) | Compute dense vector representations for sentences, paragraphs, and images. | ✅ | ✅ | ✅ | ✅ |