From b94196ce1cb15c11ad55388278d6590f5c7cd6d9 Mon Sep 17 00:00:00 2001 From: vinDelphini Date: Sun, 25 Jan 2026 06:29:02 +0530 Subject: [PATCH 1/2] Add LangChain to Machine Learning --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c56515a..b133ca10 100644 --- a/README.md +++ b/README.md @@ -727,6 +727,7 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git - [gym](https://github.com/openai/gym) - A toolkit for developing and comparing reinforcement learning algorithms. - [Feature-engine](https://github.com/feature-engine/feature_engine) - sklearn compatible API with the widest toolset for feature engineering and selection. - [H2O](https://github.com/h2oai/h2o-3) - Open Source Fast Scalable Machine Learning Platform. +- [LangChain](https://github.com/langchain-ai/langchain) - Building applications with LLMs through composability. - [Metrics](https://github.com/benhamner/Metrics) - Machine learning evaluation metrics. - [MindsDB](https://github.com/mindsdb/mindsdb) - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries. - [PraisonAI](https://github.com/MervinPraison/PraisonAI) - Production-ready Multi-AI Agents framework with self-reflection, 100+ LLM support, MCP integration, and agentic workflows. From 7398873cfff830a3e7858aad3ac6774cb40c75f9 Mon Sep 17 00:00:00 2001 From: vinDelphini Date: Sun, 25 Jan 2026 06:29:24 +0530 Subject: [PATCH 2/2] Add Litestar to Web Frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c56515a..9710e030 100644 --- a/README.md +++ b/README.md @@ -1148,6 +1148,7 @@ _Traditional full stack web frameworks. Also see [RESTful API](https://github.co - [awesome-fasthtml](https://github.com/amosgyamfi/awesome-fasthtml) - [masonite](https://github.com/MasoniteFramework/masonite) - The modern and developer centric Python web framework. - Asynchronous + - [Litestar](https://github.com/litestar-org/litestar) - Production-ready, capable and extensible ASGI Web framework. - [microdot](https://github.com/miguelgrinberg/microdot) - The impossibly small web framework for Python and MicroPython. - [reflex](https://github.com/reflex-dev/reflex) – A framework for building reactive, full-stack web applications entirely with python . - [tornado](https://github.com/tornadoweb/tornado) - A web framework and asynchronous networking library.