From 83e4e593efa9b77408751fc0bb663562d135c4a2 Mon Sep 17 00:00:00 2001 From: Murat <58848921+flyingriverhorse@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:23:23 +0200 Subject: [PATCH] Add Skyulf to AutoML tools list in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fdaf94..2dd0885 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,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. sklearn * [MLBox](https://github.com/AxeldeRomblay/MLBox) - A powerful Automated Machine Learning python library. +* [Skyulf](https://github.com/flyingriverhorse/Skyulf) – An open-source MLOps web app for orchestrating data pipelines and model training workflows with react flow UI. ## Natural Language Processing * [torchtext](https://github.com/pytorch/text) - Data loaders and abstractions for text and NLP. PyTorch based/compatible