Ecommerce-product-recommendation-system and E-commerce_recommendation_system

These are competitors: both implement collaborative filtering and content-based recommendation engines for e-commerce platforms, with Project A offering a pure ML recommendation system and Project B wrapping it in a Django web application, making them alternative approaches to solving the same product recommendation problem rather than tools designed to work together.

Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 21/25
Maintenance 0/25
Adoption 4/25
Maturity 9/25
Community 14/25
Stars: 131
Forks: 35
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: MIT
Stars: 7
Forks: 3
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: MIT
Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

About Ecommerce-product-recommendation-system

Vaibhav67979/Ecommerce-product-recommendation-system

Product Recommendation System is a machine learning-based project that provides personalized product recommendations to users based on their interaction history, similar users, and also the popularity of products.

Implements three distinct recommendation approaches: rank-based filtering for cold-start problems, similarity-based collaborative filtering using cosine similarity, and model-based SVD decomposition on sparse matrices to predict user ratings across 50 latent features. Trained on Amazon electronics ratings data, the system converts user-product interactions into compressed sparse row matrices to optimize memory usage, then evaluates predictions using RMSE to measure accuracy of unrated product recommendations.

About E-commerce_recommendation_system

ShawonBarman/E-commerce_recommendation_system

This Django-based E-commerce recommendation system uses machine learning models to provide product recommendations based on user input and similarity scores. It scrapes data from Amazon, preprocesses it, and displays product recommendations in a user-friendly interface.

Scores updated daily from GitHub, PyPI, and npm data. How scores work