From 0cc831720bf3c5dfacef110061ef7eeba9f9b0c4 Mon Sep 17 00:00:00 2001 From: leftkats Date: Mon, 19 Jan 2026 00:14:28 +0200 Subject: [PATCH 1/2] feat: rasa --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc27958c7..c3ac97f5b 100644 --- a/README.md +++ b/README.md @@ -763,6 +763,7 @@ _Libraries for working with human languages._ - [nltk](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data. - [pattern](https://github.com/clips/pattern) - A web mining module. - [polyglot](https://github.com/aboSamoor/polyglot) - Natural language pipeline supporting hundreds of languages. + - [rasa](https://github.com/RasaHQ/rasa) - An open-source machine learning framework for automated text and voice-based conversations. - [spacy](https://spacy.io/) - A library for industrial-strength natural language processing in Python and Cython. - [Stanza](https://github.com/stanfordnlp/stanza) - The Stanford NLP Group's official Python library, supporting 60+ languages. - Chinese From f620d92fd93802f8957d3c9c575baa92f2813630 Mon Sep 17 00:00:00 2001 From: leftkats Date: Mon, 19 Jan 2026 18:40:56 +0200 Subject: [PATCH 2/2] fix: move rase to ML section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3ac97f5b..dc812b47b 100644 --- a/README.md +++ b/README.md @@ -730,6 +730,7 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git - [PraisonAI](https://github.com/MervinPraison/PraisonAI) - Production-ready Multi-AI Agents framework with self-reflection, 100+ LLM support, MCP integration, and agentic workflows. - [pydantic-ai](https://github.com/pydantic/pydantic-ai) - A Python agent framework for building generative AI applications with structured schemas. - [RAGFlow](https://github.com/infiniflow/ragflow) - An open-source RAG engine for document understanding and question answering with LLMs. +- [rasa](https://github.com/RasaHQ/rasa) - An open-source machine learning framework for automated text and voice-based conversations. - [scikit-learn](http://scikit-learn.org/) - The most popular Python library for Machine Learning. - [Spark ML](http://spark.apache.org/docs/latest/ml-guide.html) - [Apache Spark](http://spark.apache.org/)'s scalable Machine Learning library. - [Transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pretrained transformer models for NLP, vision, and audio tasks. @@ -763,7 +764,6 @@ _Libraries for working with human languages._ - [nltk](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data. - [pattern](https://github.com/clips/pattern) - A web mining module. - [polyglot](https://github.com/aboSamoor/polyglot) - Natural language pipeline supporting hundreds of languages. - - [rasa](https://github.com/RasaHQ/rasa) - An open-source machine learning framework for automated text and voice-based conversations. - [spacy](https://spacy.io/) - A library for industrial-strength natural language processing in Python and Cython. - [Stanza](https://github.com/stanfordnlp/stanza) - The Stanford NLP Group's official Python library, supporting 60+ languages. - Chinese