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.
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
└── ...
Recording-2024-07-04-193748.mp4
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.
-
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.
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/Blacksujit/Location_Based_Analysis.git cd restaurant-location-analysis -
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
1.) Frontend: js , HTML, CSS
2.) Backend: Python (for ML model):
restaurents prediction using various ML algorithms
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
Contributions are welcome! If you have any ideas, improvements, or issues, feel free to open a pull request or raise an issue.
This project is licensed under the MIT License - see the


