d4deva / Know-Your-Rent

Rent Price Prediction Using No Broker Scraped Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Know-Your-Rent

Rent Price Prediction Using No Broker Scraped Data

  • The purpose of this analysis is to build a prediction model and web app to predict the Rent price for different cities.

  • The dataset contains 11,143 property details from 10 different Cities scrapped from the No-Broker Website using Beautiful Soup and Selenium.

  • Machine Learning Algorithms used to do the prediction Random Forest Regressor, Linear Regression, and K-Neighbors Regressor.

  • Know Your Rent is a Machine Learning Web App, Built with Flask.

App Preview:

ezgif com-gif-maker (2)

Model Performaces:

Model Score RMSE
Linear Regression 67% 24
KNN Regressor 58% 27
Random Forest Classifier 70% 23
XG Booster Regressor 67% 24

About

Rent Price Prediction Using No Broker Scraped Data


Languages

Language:Jupyter Notebook 98.2%Language:HTML 1.1%Language:CSS 0.4%Language:Python 0.3%