Text-Clustering-API icon indicating copy to clipboard operation
Text-Clustering-API copied to clipboard

Implementation of a text clustering algorithm using Kmeans clustering in order to derive quick insights from unstructured text

Results 3 Text-Clustering-API issues
Sort by recently updated
recently updated
newest added

Dockerfile written by Adriano da Silva Ferreira, student of the course 'Deploying AI & Machine Learning Models for Business | Python' from Udemy. Writing a Dockerfile is part of the...

'requirements.txt' used by Adriano da Silva Ferreira, student of the course 'Deploying AI & Machine Learning Models for Business | Python' from Udemy. Sharing the 'requirements.txt' is part of the...

For unsupervised text clustering, the key thing is the init embedding for text. If we want to use https://github.com/facebookresearch/deepcluster for text, the problem for text is how to get the...