/homepricer

Estimating property prices in the U.K.

Primary LanguageJupyter Notebook

Estimating property prices in the U.K. with Gaussian Processes

This repository contains code that goes along with an upcoming blog post on my personal website. Together, they act as a systematic look at a statistical model called the Gaussian Process, and use it to estimate future property prices in the U.K. The blog post covers the underlying theory, and the code in this repository encompasses a (Django) web application that helps load historical transaction information and a Gaussian Process model (in TensorFlow) that predicts future prices. The web application uses OpenStreetMap to visualise historical pricing data and future predictions.

Setup

Fetch the source code and install requirements

  • TODO: pip requirements
  • TODO: npm requirements

Fetch initial data from different sources

Usage

TODO: Here is how you run the webapp, and here is an example of it running in the wild.

Copyright and license

Copyright (c) 2016–2018 Harish Narayanan.

https://www.gnu.org/licenses/agpl-3.0.en.html

Get in touch with me if you wish to do anything proprietary with it (without sharing your improvements back to the community).