diff --git a/README.md b/README.md index 14a91fc..699d0f3 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. +* [AutoIntent](https://github.com/deeppavlov/AutoIntent) - Extensible and customizable AutoML for multi-class/multi-label classification and out-of-scope detection. ## Natural Language Processing * [torchtext](https://github.com/pytorch/text) - Data loaders and abstractions for text and NLP. PyTorch based/compatible