This is a dash app which predicts house prices for several UK cities. Simply choose the city you are interested in from the dropdown menu, then select the features you'd like to have. Finally, click on the map to see the model's prediction for that location.
To run the app, clone the repo to your desktop.
1. install python >= 3.9
2. cd Housing-App
3. pip install -r requirements.txt
4. python dash_housing_app
Then, either click on the location given on the terminal or visit http://localhost/ to view the app.