PropValuator AI is a machine learning-powered system that predicts house prices based on property features and provides real-time insights through an interactive dashboard.
The project demonstrates an end-to-end ML workflow with prediction, explainability, and what-if analysis.
- 📊 Price prediction using regression models
- 📈 Model comparison & performance metrics
- 🧠 Feature impact analysis (SHAP-based)
- 🔁 What-if scenario simulation
- 📉 Correlation analysis & insights
- 🌐 Interactive dashboard UI
- Python, Pandas, NumPy
- Scikit-learn, XGBoost
- Matplotlib, Seaborn
- FastAPI
- Next.js (Frontend)
- Algorithm: Random Forest (Best)
- R² Score: ~94%
- Metrics: MAE, RMSE
git clone https://github.com/Vani691/propvaluator-ai.git
cd propvaluator-ai
python -m venv venv
venv\Scripts\activate # Windows
source venv/bin/activate # Mac/Linux
pip install -r requirements.txt
python main.py- Advanced explainability
- Real-time data integration
- Deployment on cloud
- Enhanced UI/UX
Shravani Mane
If you like this project, give it a ⭐ on GitHub!


