This app is a simple predictor of House price based on house median income , total rooms and total bedrooms
git clone https://github.com/Musab2004/House_Predict_App
cd House_Predict_App
pip install -r requirements.txt python3 app.pyPayload
{
"median_income": your value here,
"total_rooms": your value here,
"total_bedrooms": Your value here
}Response
{
"predicted_house_price: Predicted value
}