real-estate

Project Blackacre 🏙️ ⛰️ 🏖️

Real Estate 🗝️

This repository contains machine learning models designed to predict fair market prices for both real estate sales and rentals.
The model leverages historical property data and key real estate attributes (e.g. location, acres, lot size, architecture, sqaure feet, bedrooms, bathrooms, amenities, repair and maintenance costs, etc.) to forecast accurate property valuations.

This tool is useful for:

Rio de Janeiro

Table of Contents📖

Features✨

How to Use Demo Model🤖

  1. Fork the repository: Go to the repository In the top-right corner, click “Fork”
  2. Install dependencies: pip install -r requirements.txt
  3. Prepare the dataset: Place your property dataset (.csv or .json) inside the data/ folder. For default settings, ensure your dataset contains columns for “Neighborhood”, “Lot Area”, “Year Built”, “Gr Liv Area” for the selling price regression or “bedrooms”, “bathrooms”, “size_sqft”, “building_age_yrs”, “floor”, “has_elevator”, and “has_roofdeck” for the rental regressor. Update panda csv reader filename.
  4. Turn on Data Pipeline:
    python real_estate_data_pipeline.py

Technologies🛠

License⚖️

This project is licensed under a dual license. You are free to use, modify, and distribute this software with attribution, but must open source modifications to the community. Integration into closed source, commercial proprietary systems requires annual subscription and license fees. See license.txt for details.

Contact📬

For questions, collaborations, or contributions:

Acknowledgements🙏