JennyPoudel / Home-price-prediction

A property prediction web app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic home-prediction web-app

This is a web app that predicts the price of property based on total squarefeet, no of bedrooms, bathrooms and location.It uses a simple Linear Regression model for prediction.

Installation

Install this project with

   pip install flask
   pip install numpy
   pip install scikit-learn
   flask --app server run

About

A property prediction web app.


Languages

Language:Jupyter Notebook 90.0%Language:CSS 2.7%Language:Python 2.7%Language:HTML 2.3%Language:JavaScript 2.3%