Skip to content

Musab2004/New-Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published