Skip to content

Pixelpk/New-Repo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

This app is a simple predictor of House price based on house median income , total rooms and total bedrooms

Project Setup

git clone https://github.com/Musab2004/House_Predict_App
cd House_Predict_App
pip install -r requirements.txt

Run House Prediction APP

 python3 app.py

Payload

{
    "median_income": your value here,
    "total_rooms": your value here,
    "total_bedrooms": Your value here 
}

Response

{
    "predicted_house_price: Predicted value
}

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.4%
  • HTML 49.3%
  • Procfile 0.3%