Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akash1070/predicting-zomato-restaurant-ratings

Perform extensive Exploratory Data Analysis(EDA) on the Zomato Dataset. Building an appropriate Machine Learning Model that will help various Zomato Restaurants to predict their respective Ratings based on certain features deploy the Machine learning model via Flask
https://github.com/akash1070/predicting-zomato-restaurant-ratings

data-analysis extratreesregressor flask linear-regression machine-learning random-forest zomato-bangalore zomato-data-analysis

Last synced: 21 days ago
JSON representation

Perform extensive Exploratory Data Analysis(EDA) on the Zomato Dataset. Building an appropriate Machine Learning Model that will help various Zomato Restaurants to predict their respective Ratings based on certain features deploy the Machine learning model via Flask

Awesome Lists containing this project

README

        

# **End-To-End Deployment of Zomato Restaurant Ratings Using Flask**
The main agenda of this project is:

1. Perform extensive Exploratory Data Analysis(EDA) on the Zomato Dataset.

2. Build an appropriate Machine Learning Model that will help various Zomato Restaurants to predict their respective Ratings based on certain features

3. Deploy the Machine learning model via Flask that can be used to make live predictions of restaurants ratings
## Authors

- [@Akash Kumar Jha](https://github.com/Akash1070)

## Installation

To install the libraries used in this project. Follow the
below steps:

```bash
!pip install flask
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import plotly.graph_objs as go
import plotly.offline as py
import seaborn as sns

import matplotlib.ticker as mtick
plt.style.use('fivethirtyeight')
from sklearn.linear_model import LogisticRegression
from sklearn.linear_model import LinearRegression
from sklearn.ensemble import ExtraTreesRegressor
from sklearn.model_selection import train_test_split

import warnings
warnings.filterwarnings('ignore')
%matplotlib inline
```

## Running Flask Api

To run tests, run the following command

```bash
python app.py
```

## šŸš€ About Me

Data Scientist Enthusiast | Petroleum Engineer Graduate | Solving Problems Using Data

# Hi, I'm Akash! šŸ‘‹

## šŸ”— Links
[![github](https://img.shields.io/badge/github-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://github.com/Akash1070)
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/akashkumar107/)
## Other Common Github Profile Sections
šŸ‘©ā€šŸ’» Iā€™m interested in Petroleum Engineering

šŸ§  Iā€™m currently learning Data Scientist | Data Analytics | Business Analytics

šŸ‘Æā€ā™€ļø Iā€™m looking to collaborate on Ideas & Data

## šŸ›  Skills
1. Data Scientist
2. Data Analyst
3. Business Analyst
4. Machine Learning