-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Add ML-Based Recommendations for Related Products Based on User Selections" #199
Conversation
@Renukanarayan is attempting to deploy a commit to the minavkaria's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to Our repository, @Renukanarayan! 🎊 Thank you so much for taking the time to point this out.
This PR transforms the search feature by implementing ML-based recommendations. Previously, search results only displayed items that matched the beginning letters of the query. Now, with ML integration, search results suggest related products based on user selection, item type, and category, creating a more personalized experience. |
How to run the recommendation search engine: |
@Renukanarayan I'll review the code soon and let you know in few days |
@Renukanarayan Sorry Contributor, We aren't using the python backend as of now, Thank you for your contribution. Feel free to open a new issue if you find any. |
As of until,you used python right can I know what key changes made and other languages you get involved with |
@Renukanarayan Hey contributor , currently the whole project is working on MERN stack , I'll contact you if we'll need any help in python development. |
Ok, thanks for the update.
…On Thu, 28 Nov 2024, 8:46 am Minav Karia, ***@***.***> wrote:
@Renukanarayan <https://github.com/Renukanarayan> Hey contributor ,
currently the whole project is working on MERN stack , I'll contact you if
we'll need any help in python development.
—
Reply to this email directly, view it on GitHub
<#199 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEXHTREY6T5X6HEMJLCWM7T2C2DKBAVCNFSM6AAAAABRPNQDJ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBVGE4DKMZRGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Description:
This PR transforms the search feature by implementing ML-based recommendations. Previously, search results only displayed items that matched the beginning letters of the query. Now, with ML integration, search results suggest related products based on user selection, item type, and category, creating a more personalized experience.
Highlights
Enhanced Search: Upgrades search from exact matches to ML-driven recommendations.
Relevant Suggestions: Provides related products to improve user engagement and discovery.
gssoc-ext, hacktoberfest-accepted, Level 3
Issue Reference: #137 opened by @Renukanarayan