From 80c2ba5597c18c3b576894ca2438b4a4b40ebb7d Mon Sep 17 00:00:00 2001
From: Sreejith Pp <1743700+ppsreejith@users.noreply.github.com>
Date: Thu, 17 Oct 2024 17:31:03 -0700
Subject: [PATCH] Adds MinusX as a tool that helps automate machine learning
work
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 48617f7..a9a1d79 100644
--- a/README.md
+++ b/README.md
@@ -181,6 +181,7 @@
* [AutoGluon](https://github.com/awslabs/autogluon) - AutoML for Image, Text, Tabular, Time-Series, and MultiModal Data.
* [TPOT](https://github.com/rhiever/tpot) - AutoML tool that optimizes machine learning pipelines using genetic programming.
* [MLBox](https://github.com/AxeldeRomblay/MLBox) - A powerful Automated Machine Learning python library.
+* [MinusX](https://minusx.ai) - A FOSS AI data scientist that operates your Jupyter Notebook based on your instructions.
## Natural Language Processing
* [torchtext](https://github.com/pytorch/text) - Data loaders and abstractions for text and NLP.