Skip to content

Commit

Permalink
Merge pull request UppuluriKalyani#452 from sharayuanuse/main
Browse files Browse the repository at this point in the history
Restaurant Recommendation System
  • Loading branch information
UppuluriKalyani authored Oct 19, 2024
2 parents d2e4cbe + 47cc816 commit e73e763
Show file tree
Hide file tree
Showing 3 changed files with 15,873 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Recommendation Systems/restaurant_recommendation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Restaurant Recommendation System

### 🎯 **Goal**

The primary goal of this project is to develop a machine learning-based restaurant recommendation system that suggests restaurants to users based on their preferences, location, and previous dining history. This system aims to enhance user experience by providing personalized recommendations.

### 🧾 **Description**

This project focuses on building a restaurant recommendation system using machine learning techniques. By analyzing user preferences, restaurant attributes, and customer reviews, the model recommends restaurants that closely match the user’s tastes. The system leverages collaborative filtering, content-based filtering, and hybrid recommendation techniques to offer personalized suggestions.

### 📚 **Libraries Needed**

- pandas – For data manipulation and analysis.
- numpy – For numerical computations.
- scikit-learn – For implementing machine learning algorithms.
- matplotlib – For data visualization.
- seaborn – For enhanced visualization aesthetics
Loading

0 comments on commit e73e763

Please sign in to comment.