From 7451abc13fdde1bd9a9a3946d3668436d3fd2602 Mon Sep 17 00:00:00 2001 From: krishna katyal Date: Thu, 24 Mar 2022 14:49:56 +0530 Subject: [PATCH] Update README.md Added Information about Towhee.Towhee is an open-source machine learning pipeline that helps you encode your unstructured data into embeddings. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e4e4e5..416d5c3 100644 --- a/README.md +++ b/README.md @@ -1095,6 +1095,7 @@ be * [Featureforge](https://github.com/machinalis/featureforge) A set of tools for creating and testing machine learning features, with a scikit-learn compatible API. * [MLlib in Apache Spark](http://spark.apache.org/docs/latest/mllib-guide.html) - Distributed machine learning library in Spark * [Hydrosphere Mist](https://github.com/Hydrospheredata/mist) - a service for deployment Apache Spark MLLib machine learning models as realtime, batch or reactive web services. +* [Towhee](https://towhee.io) - A Python module that encode unstructured data into embeddings. * [scikit-learn](https://scikit-learn.org/) - A Python module for machine learning built on top of SciPy. * [metric-learn](https://github.com/metric-learn/metric-learn) - A Python module for metric learning. * [Intel(R) Extension for Scikit-learn](https://github.com/intel/scikit-learn-intelex) - A seamless way to speed up your Scikit-learn applications with no accuracy loss and code changes.