Skip to content

Flask server to serve as backend for real estate price prediction app

Notifications You must be signed in to change notification settings

zeina99/Real-Estate-Price-Prediction-server

Repository files navigation

Real-Estate-rent-price-prediction-server

Backend Application to serve model responses to the react native application

Routes

/ [ POST ]

  • Gets the predicted price according to real estate property inputs

Body content:

bedrooms: (int) number of bedrooms

bathrooms: (int) number of bathrooms

area: (int) arae of the real estate property

location: (String) neighborhood location in Dubai

Description: (String) description of the real estate property

Sample response:

{
    "price": 593299.0
}

About

Flask server to serve as backend for real estate price prediction app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages