Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏡 Muzaffarpur Real Estate AI Valuation Engine (HousePredictor)

Live Demo PyTorch ONNX Tailwind CSS

A client-side machine learning web application that predicts property valuations across key localities in Muzaffarpur, Bihar. Built with a 5-layer PyTorch Neural Network exported to ONNX format, running zero-latency inference directly inside the browser via WebAssembly (onnxruntime-web).


🌟 Key Features

  • Zero Server Latency: Runs PyTorch model inference client-side in the browser via WebAssembly.
  • Localized Feature Set: Predicts property prices based on Locality (Mithanpura, Kalyani, Motijheel, Kanhauli, Sabhapur, Sherpur, Club Road), SqFt Size, Bedrooms, Floors, and Main Road Access.
  • Real-time Normalization Pipeline: Applies Z-score input feature scaling (X - mean) / std[cite: 6, 7] and un-normalizes target price predictions directly in JavaScript.
  • INR Currency Formatting: Formats estimated outputs cleanly into Lakhs and Crores INR.

📐 Architecture Pipeline

  ┌──────────────────┐       ┌──────────────────┐       ┌──────────────────┐
  │  Form Inputs     │  ───> │  Z-Score Feature │  ───> │  ONNX Engine     │
  │  (Locality/SqFt) │       │  Normalization   │       │  (WebAssembly)   │
  └──────────────────┘       └──────────────────┘       └──────────────────┘
                                                                 │
                                                                 ▼
  ┌──────────────────┐       ┌──────────────────┐       ┌──────────────────┐
  │  Price Display   │  <─── │  INR Currency    │  <─── │  Un-normalize    │
  │  (Lakhs/Crores)  │       │  Formatter       │       │  Output Target   │
  └──────────────────┘       └──────────────────┘       └──────────────────┘

About

In-browser real estate valuation engine for Muzaffarpur properties, executing a 10-feature PyTorch neural network via ONNX Runtime WebAssembly

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages