This is a fast API Server that been set up with jupyter note books to serve and predict the price of a house price for house given the house details, like Bedrooms and other.
In the analysis of the housing market, it's essential to understand the various attributes that characterize each housing unit. These attributes provide valuable information for potential buyers, renters, and investors, helping them make informed decisions about their housing choices. Below, we describe the key data attributes used in our housing market analysis:
This attribute represents the number of bedrooms in the housing unit, providing insights into its size and capacity.
Net square meters refer to the total usable interior space within the housing unit, excluding common areas like corridors and stairwells. It quantifies the size of the property.
This attribute measures the distance of the housing unit from the central or downtown area of a city or town. It is a valuable metric for potential buyers or renters to assess proximity to urban amenities and activities.
Metro distance indicates the distance between the housing unit and the nearest metro or subway station. This information is particularly useful for individuals who rely on public transportation for their daily commute.
The floor attribute specifies the level or story of the housing unit within the building, offering insights into its placement and accessibility within the structure.
The age of the property represents the number of years since its construction or renovation. It plays a crucial role in assessing the condition of the property and potential maintenance requirements.
Price is the cost associated with purchasing or renting the housing unit. It is a fundamental factor for individuals making housing decisions and can be influenced by various attributes such as bedroom count, size, location, and age.
git clone https://github.com/kaybrian/House_price_prediction_Class_presentation.git
python -m venv env
source env/bin/activate
pip install -r requirements.txt
the project has been installed canbe run in the file with a vs code extension of jupyter notebook
- Kayongo Johnson Brian