From d25fd8d9a5f61ef1f43962de7b465e100d0e7314 Mon Sep 17 00:00:00 2001 From: LauraGPT Date: Sun, 31 May 2026 06:02:50 +0000 Subject: [PATCH] Add FunASR speech recognition toolkit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5213247..e61a444 100644 --- a/README.md +++ b/README.md @@ -583,6 +583,7 @@ These are some Machine Learning and Data Mining algorithms and models help you t | [Datawrapper](https://www.datawrapper.de/) | An open source data visualization platform helping everyone to create simple, correct and embeddable charts. Also at [github.com](https://github.com/datawrapper/datawrapper) | | [Tensor Flow](https://www.tensorflow.org/) | TensorFlow is an Open Source Software Library for Machine Intelligence | | [Natural Language Toolkit](https://www.nltk.org/) | An introductory yet powerful toolkit for natural language processing and classification | +| [FunASR](https://github.com/modelscope/FunASR) | Industrial-grade speech recognition toolkit supporting 50+ languages with built-in VAD, punctuation, speaker diarization, and emotion detection. OpenAI-compatible API server included. | | [Annotation Lab](https://www.johnsnowlabs.com/annotation-lab/) | Free End-to-End No-Code platform for text annotation and DL model training/tuning. Out-of-the-box support for Named Entity Recognition, Classification, Relation extraction and Assertion Status Spark NLP models. Unlimited support for users, teams, projects, documents. | | [nlp-toolkit for node.js](https://www.npmjs.com/package/nlp-toolkit) | This module covers some basic nlp principles and implementations. The main focus is performance. When we deal with sample or training data in nlp, we quickly run out of memory. Therefore every implementation in this module is written as stream to only hold that data in memory that is currently processed at any step. | | [Julia](https://julialang.org) | high-level, high-performance dynamic programming language for technical computing |