Skip to content

This project aims to perform restaurant location-based analysis using machine learning techniques. It involves predicting restaurant ratings based on user inputs and displaying restaurant locations on a map.

Notifications You must be signed in to change notification settings

Blacksujit/Location-Based-Analysis

Repository files navigation

Restaurant Location-Based Analysis

This project aims to perform restaurant location-based analysis using machine learning techniques. It involves predicting restaurant ratings based on user inputs and displaying restaurant locations on a map.

Table of Contents

File Structure:


restaurant-location-analysis/
│
├── model/
│   ├── ML_model.ipynb
│   └── ...
│
├── static/
│   ├── css/
│   │   ├── styles.css
│   │   ├── other css if yu have to add 
│   │   └── ...
│   ├── js/
│   │   ├── script.js
│   │   └── ...
│   ├── templates/
│       ├── ..all templates here
│       └── ...
│    
│    
│    
│
├── .env.example
|-- app.py
├── .gitignore
├── package.json
├── README.md
└── ...

Project Frontend:

Video Link:

Recording-2024-07-04-193748.mp4

Home Page (User interactiveness):

alt text

Some Restaurents recoomeded by ML model on maps:

1st map:

alt text

2nd map:

alt text

Overview

The project integrates machine learning models to predict restaurant ratings and displays their locations on a map. Users can input various criteria, and the ML model provides predictions based on historical data.

Features

  • ML Model Integration: Uses machine learning to predict restaurant ratings.

  • Interactive Map: Displays restaurant locations on a map for easy visualization.

  • User Input: Accepts user inputs to customize the analysis and predictions.

Installation

Follow these steps to set up the project locally:

  1. Clone the repository:

    git clone  https://github.com/Blacksujit/Location_Based_Analysis.git
    cd restaurant-location-analysis
    
    
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python app.py

Technologies Used:

1.) Frontend: js , HTML, CSS

2.) Backend: Python (for ML model):

restaurents prediction using various ML algorithms

Usage:

1.) It can be used to achive the solutions in small segements of the ecoomerece sites where they find things difficult to track

2.) It can also be used in hilly areas if implemented propely with the proper software base to track near by locations

Contributing:

Contributions are welcome! If you have any ideas, improvements, or issues, feel free to open a pull request or raise an issue.

License:

This project is licensed under the MIT License - see the

About

This project aims to perform restaurant location-based analysis using machine learning techniques. It involves predicting restaurant ratings based on user inputs and displaying restaurant locations on a map.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages