Open Renukanarayan opened 1 week ago
@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.
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: 1.Navigate to recommendation_service 2.install needed libraries Command:- pip install Flask flask-cors pandas scikit-learn
@Renukanarayan I'll review the code soon and let you know in few days
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