An open API service indexing awesome lists of open source software.

https://github.com/zohaibramzan/food-products-categorization-using-clustering-algorithm

In this project, we used unsupervised method to categorize the Food items. For this purpose, I used Natural Language Processing for feature extraction and implemented K-Means Clustering to group the similar items together.
https://github.com/zohaibramzan/food-products-categorization-using-clustering-algorithm

kmeans-clustering natural-language-processing

Last synced: 3 months ago
JSON representation

In this project, we used unsupervised method to categorize the Food items. For this purpose, I used Natural Language Processing for feature extraction and implemented K-Means Clustering to group the similar items together.

Awesome Lists containing this project

README

        

# Food-Products-Categorization
In this project, we used unsupervised learning to categorize the Food items. For this purpose, I used Natural Language Processing for feature extraction and implemented K-Means Clustering to group the similar items togather. You can refer to K-Means Clustering Notebook for complete details.