Vignesh1399 / House-Price-Prediction

A Web Application that predicts the price of a house

Home Page:http://vigneshrc.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

House Price Prediction

This Project uses Linear Regression algorithm to Predict the Selling Price of your house.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

$ sudo apt install git
$ git clone https://github.com/Vignesh1399/House-Price-Prediction.git
$ cd House-Price-Prediction
$ sudo apt install python3
$ python3 -m pip install --upgrade pip
$ pip install django
$ pip install django-crispy-forms
$ pip install numpy
$ pip install pandas
$ pip install scikit-learn

Installing

A step by step series of examples that tell you how to get a local development environment running

$ ./manage.py migrate
$ ./manage.py runserver

Built With

Authors

About

A Web Application that predicts the price of a house

http://vigneshrc.pythonanywhere.com/


Languages

Language:Python 49.3%Language:HTML 20.6%Language:JavaScript 11.6%Language:SCSS 10.8%Language:CSS 7.6%