Skip to content

rohanmrb/Restaurant-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Recommendation System

This repository contains the code for the Restaurant Recommendation System.

Team

Rahul Makhija
Rishab KS
Rohan M

Project

This project contains source code for the following models:

  1. TF-IDF Vectorizer and Cosine Similarity
  2. Comparison of Cosine Similarity, Pearson Correlation and Euclidean Distance
  3. Neural Network Model

Data-Set

The raw dataset can be obtained from the following link:

https://www.kaggle.com/himanshupoddar/zomato-bangalore-restaurants

The dataset is processed before training on the models,
The script to pre-process the data is provided in the src\data\pre_process.ipynb file.

Visualization

The visualization of the data is provided in the src\visualization\Data_Analysis.ipynb file.

The results of the analysis is summarized in the report\EDA.pdf file.

Usage

pip install -r requirements.txt

Before running the code, install the required libraries using the above command.

All the additional details regarding the models are provided in the docs folder.

Please raise a Github issue if you have any questions or suggestions.