BharatHomes is an intelligent real estate web platform for analyzing, predicting, and recommending properties in Gurgaon using Machine Learning and visual analytics.
Built with:
- ๐ง ML & Data Science (Scikit-Learn, Pandas, Numpy)
- ๐ฏ ML Features: Price Prediction, Apartment Recommendation, Insights & Analytics
- ๐ Web Apps: Streamlit & Django
- ๐ Visualizations: Plotly, Seaborn, Matplotlib
bharathomes/
โโโ Real-Estate-App/
โ โโโ pipeline.pkl # Trained ML Pipeline
โ โโโ df.pkl # Final Processed Data
โโโ Notebooks/
โ โโโ All EDA & ML Notebooks
โโโ bharathomes/ # Django project root
โ โโโ core/ # Main logic and views
โ โโโ predictor/ # Price Prediction App
โ โโโ recommender/ # Apartment Recommender
โ โโโ insights/ # Market Insights Module
โ โโโ analytics/ # Visual Analysis Module
โโโ streamlit\_app/ # Streamlit app (Optional UI)
โโโ templates/ # HTML Templates
โโโ static/ # Static assets (CSS, JS)
โโโ manage.py
โโโ requirements.txt
โโโ README.md
git clone https://github.com/your-username/BharatHomes.git
cd BharatHomes# Create venv
python -m venv .venv
# Activate (Windows)
.venv\Scripts\activate
# Activate (Linux/Mac)
source .venv/bin/activatepip install -r requirements.txtcd streamlit_app
streamlit run Home.py- ๐ Price Predictor
- ๐ Analytics App (GeoMap, ScatterPlot, BoxPlot, etc.)
- ๐ง Recommender System
- ๐ Insight Module (Regression-based inference)
cd bharathomes
python manage.py makemigrations
python manage.py migrate
python manage.py runserverhttp://127.0.0.1:8000/| Stack | Tech Used |
|---|---|
| Backend | Django, Python |
| ML/AI | Scikit-Learn, Pandas, Numpy |
| Visualization | Matplotlib, Seaborn, Plotly |
| Web Frontend | HTML, CSS (via Django templates) |
| Deployment | Streamlit / Django RunServer |
We welcome contributions from the community! ๐งก Please follow the below steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name - Make changes and commit:
git commit -m "Your message" - Push to your branch:
git push origin feature-name - Open a Pull Request โ
This project is licensed under the MIT License.
Built with โค๏ธ by Mayur Patil Feel free to reach out or star the repo โญ if you found it useful!