An application of the HomeHarvest Python Library that allows the user to search for housing data scraped from the MLS service as well as Zillow, Realtor.com, and Redfin. Written entirely in Python with in-line HTML and CSS for the frontend. Simple way to get data from real estate websites to do regression/data analysis on home prices. Allows for historical and present data to be extracted. The HomeHarvest API dynamically updates to provide the latest and real-time data.
To install the packages: pip install -r requirements.txt
To run the code locally, clone the repo and run python3 -m flask run and visit localhost:5000
To see the website hosted online visit: https://realestatedata-pur5.onrender.com/ *side note: Render is a 3rd party hosting service for web-applications and will spin down the deployment when there is no activity. There can be up to a 1-minute delay for the first visit. ¯_(ツ)_/¯
Created by Navtej Kathuria