Skip to content
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

Restaurant Recommendation System #442

Open
sharayuanuse opened this issue Oct 18, 2024 · 2 comments
Open

Restaurant Recommendation System #442

sharayuanuse opened this issue Oct 18, 2024 · 2 comments

Comments

@sharayuanuse
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Currently, users often struggle to find restaurants that match their specific tastes and dietary needs. Many existing recommendation systems rely on generic suggestions that fail to consider individual preferences, leading to dissatisfaction and missed opportunities for exploration. For instance, a user who enjoys vegan cuisine may receive suggestions for steakhouses, which can lead to frustration and a lack of trust in the system.

Describe the solution you'd like

I envision a recommendation system that collects data on user preferences, such as favorite cuisines, dietary restrictions, and previous dining history. This system would employ machine learning algorithms, like collaborative filtering and content-based filtering, to generate personalized restaurant suggestions.

Describe alternatives you've considered

Alternatives include a simple keyword-based search system that suggests restaurants based on user-inputted criteria (e.g., cuisine type or location). However, this lacks the depth of personalization and fails to adapt to changing user preferences over time.

Approach to be followed (optional)

  • Data Collection: Gather user data, including past restaurant visits, ratings, and preferences.
  • Feature Engineering: Identify relevant features for the recommendation model, such as cuisine type, user ratings, and location.
  • Model Selection: Explore various machine learning algorithms, including collaborative filtering, content-based filtering, and hybrid approaches.
  • Model Training: Train the model on collected user data and continuously refine it based on new user interactions.
  • User Interface: Design an intuitive interface where users can view recommendations, provide feedback, and update their preferences.
@sharayuanuse sharayuanuse added the enhancement New feature or request label Oct 18, 2024
Copy link

Thanks for creating the issue in ML-Nexus!🎉
Before you start working on your PR, please make sure to:

  • ⭐ Star the repository if you haven't already.
  • Pull the latest changes to avoid any merge conflicts.
  • Attach before & after screenshots in your PR for clarity.
  • Include the issue number in your PR description for better tracking.
    Don't forget to follow @UppuluriKalyani – Project Admin – for more updates!
    Tag @Neilblaze,@SaiNivedh26 for assigning the issue to you.
    Happy open-source contributing!☺️

Copy link

Thanks for raising this issue! However, we believe a similar issue already exists. Kindly go through all the open issues and ask to be assigned to that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants