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.
- Host: GitHub
- URL: https://github.com/zohaibramzan/food-products-categorization-using-clustering-algorithm
- Owner: ZohaibRamzan
- Created: 2021-09-13T19:24:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T19:33:09.000Z (over 3 years ago)
- Last Synced: 2025-01-12T15:08:31.327Z (5 months ago)
- Topics: kmeans-clustering, natural-language-processing
- Language: Jupyter Notebook
- Homepage:
- Size: 468 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.