Skip to content

πŸ πŸ˜πŸ’» A fully deployed predicting system to predict the median house value for California districts.

Notifications You must be signed in to change notification settings

Rakesh-Naidu/California-housing-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

29 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

California-housing-price-prediction πŸ πŸ˜βœ”

Table of Contents

Demo

Link: https://housingpricepred-api.herokuapp.com/

Overview

This is a Flask web app which predicts the median value of house.

About the dataset

This dataset was derived from the 1990 U.S. census, using one row per census block group. A block group is the smallest geographical unit for which the U.S Census Bureau publishes sample data (a block group typically has a population of 600 to 3,000 people).

Installation

The Code is written in Python 3.6.10. If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:

pip install -r requirements.txt

Deployement on Heroku

Login or signup in order to create virtual app. You can either connect your github profile or download ctl to manually deploy this project.

Our next step would be to follow the instruction given on Heroku Documentation to deploy a web app.

Directory Tree

β”œβ”€β”€ static 
β”‚   β”œβ”€β”€ css
|   |   β”œβ”€β”€ cssfile.css
|   |   β”œβ”€β”€ h3.jpg
β”œβ”€β”€ template
β”‚   β”œβ”€β”€ index.html
β”œβ”€β”€ Procfile
β”œβ”€β”€ README.md
β”œβ”€β”€ app.py
β”œβ”€β”€ Housing_Price_EDA.ipynb
β”œβ”€β”€ Housing_Model.ipynb
β”œβ”€β”€ model.pkl
β”œβ”€β”€ housing.csv
β”œβ”€β”€ requirements.txt

Technologies Used

About

πŸ πŸ˜πŸ’» A fully deployed predicting system to predict the median house value for California districts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages