NYC Real Estate Price Predictor

A machine learning model to predict commercial real estate prices in New York City.

Features

Model Performance

Installation

  1. Clone the repository:
    git clone https://github.com/geoffgin/Real_Estate_Pricing.git
    cd Real_Estate_Pricing
  2. Install required packages:
    pip install -r requirements.txt

Usage

  1. Train the model:
    python model_training.py
  2. Run the web interface:
    streamlit run app.py
  3. Open your browser and go to http://localhost:8501

Project Structure

nyc-real-estate-predictor/
├── assets/
│   ├── nyc-rolling-sales.csv
│   └── streamlit_interface.png
├── model_training.py
├── app.py
├── nyc_price_model.pkl
├── requirements.txt
└── README.md

Data

The model is trained on the NYC Department of Finance Rolling Sales Data, which includes:

Model Details

GitHub Repository

GitHub Logo geoffgin/Real_Estate_Pricing