Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

Β© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

Taiwo11/nigeria-house-price-prediction-model-v2

Domain:

socioeconomic

Record type:

model
Creator:
Tai
Host:
# Nigeria House Price Prediction (ML + Clustering + Streamlit) > πŸš€ This is the advanced rebuild (v2) of my original ML project. > πŸ“Œ View the original version (v1) here: Nigerian House Price Prediction – v1 --- ## πŸ“˜ Project Overview The Nigerian real estate market is growing rapidly, yet pricing remains inconsistent due to a lack of standardized valuation models. This project aims to build a machine learning–based predictive model that estimates house prices using historical property listing data from across Nigeria. ### 🎯 Goal To develop a data-driven pricing system that can help buyers, sellers, and developers make more informed decisions. --- ## πŸš€ Key Features - Predict house prices using Linear Regression and Random Forest - Compare model outputs - Segment properties using K-Means clustering - Deploy interactive prediction interface using Streamlit --- ## Project Structure ``` nigeria-house-price-prediction-model/ β”‚ β”œβ”€β”€ data/ β”‚ β”œβ”€β”€ raw/ # Original dataset β”‚ └── processed/ # Cleaned data β”‚ β”œβ”€β”€ notebooks/ # EDA and experimentation β”‚ β”œβ”€β”€ 01_eda.ipynb β”‚ β”œβ”€β”€ 02_model_training.ipynb β”‚ └── 03_clustering.ipynb β”‚ β”œβ”€β”€ src/ # Core ML pipeline β”‚ β”œβ”€β”€ preprocess.py β”‚ β”œβ”€β”€ train.py β”‚ β”œβ”€β”€ predict.py β”‚ └── clustering.py β”‚ β”œβ”€β”€ app/ # Streamlit deployment β”‚ └── streamlit_app.py β”‚ β”œβ”€β”€ models/ # Saved trained models β”‚ β”œβ”€β”€ linear_regression.pkl β”‚ β”œβ”€β”€ random_forest.pkl β”‚ β”œβ”€β”€ scaler.pkl β”‚ └── kmeans.pkl β”‚ β”œβ”€β”€ requirements.txt β”œβ”€β”€ README.md └── .gitignore ``` --- ## Models Used ### βœ… Regression (Price Prediction) - **Linear Regression** - **Random Forest Regressor** ### βœ… Unsupervised Learning (Segmentation) - **K-Means Clustering** - Groups properties into similar market segments - Helps interpret pricing patterns beyond prediction --- ## Streamlit App Features - Predict house price from user inputs - Compare predictions from Linear Regression vs Ra …

Visit

github.com

Similar

Obananob/Nigeria-House-Price-PredictionAyyodeji/Nigeria-House-Price-PredictionZeezahbeautyplanet/Nigeria-House-Price-Prediction-Ainaganiu/House-Price-Prediction-in-NigeriaAgboolaMubarak/House-Price-Prediction-In-NigeriaPresidor/nigeria-house-price-prediction-ml

Obananob/Nigeria-House-Price-Prediction

# Nigerian House Price Predictor ## Project Overview This project applies Machine Learning to pred

Ayyodeji/Nigeria-House-Price-Prediction

House Price Prediction in Nigeria # Nigeria House Price Prediction This repository contains a Jupy

Zeezahbeautyplanet/Nigeria-House-Price-Prediction-

This project focuses on predicting house prices in Nigeria based on key features such as location, n

Ainaganiu/House-Price-Prediction-in-Nigeria

The objective of this hackathon is to create a powerful and accurate predictive model that can estim

AgboolaMubarak/House-Price-Prediction-In-Nigeria

predicting house prices in Nigeria, DSN hackathon 2023 # House-Price-Prediction-In-Nigeria predicti

Presidor/nigeria-house-price-prediction-ml

This project develops a machine learning model that predicts house prices in Nigeria based on proper