You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
House Price Predictor is a machine learning–powered web application built with ML.NET and ASP.NET Core Web API. It predicts the price of a house based on key features such as square footage, number of bedrooms, and number of bathrooms. This project demonstrates a complete end-to-end ML integration pipeline:
This is a machine learning web application built with Flask that predicts house prices in Lahore. It uses an XGBoost model trained on custom data and a clean frontend with HTML, CSS, and JavaScript.