lhardt / PBD-Final

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home Pricing Monitor

This project is intended to scrap, store, and display interactively data about home prices in the region of Greater Porto Alegre. Each of these responsibilities will be executed by a different module.


1. Scrapper

Possible Sites to Monitor:

Relevant links:


2. Database

We plan to host a Docker image of a database such as MongoDB (Document-oriented database) on an AWS cluster.

Possible Fields:

  • Value (R$)
  • Offer type (1 month rent or sale)

Relevant links:

  • .

3. Visualizer

We can either (1) host a custom web app to query data from the DB (such as Jupyter Notebooks?), or (2) have an offline script to build a ready-made visualization.

Relevant links:

  • Python Folium: a data visualization library that compiles into HTML

About