From e081d05566c30ccfa21f5e6bb50d7585cdfddf28 Mon Sep 17 00:00:00 2001 From: Maxwell Calkin Date: Sun, 8 Mar 2026 03:24:20 -0400 Subject: [PATCH] Add Sentinel AI to Machine Learning --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00b4d2ef79..e99c0fb063 100644 --- a/README.md +++ b/README.md @@ -736,6 +736,7 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git - [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 with extensive documentation and community support. +- [Sentinel AI](https://github.com/MaxwellCalkin/sentinel-ai) - Real-time safety guardrails for LLM applications with sub-millisecond latency. - [Spark ML](http://spark.apache.org/docs/latest/ml-guide.html) - [Apache Spark](http://spark.apache.org/)'s scalable Machine Learning library for distributed computing. - [Transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pretrained transformer models for NLP, vision, and audio tasks. - [xgboost](https://github.com/dmlc/xgboost) - A scalable, portable, and distributed gradient boosting library.