Hi, check out my streamlit deployment of the random forest model I trained to predict Singapore’s housing resale prices.
Check out the app on Streamlit Sharing here!
Aim of the app
This app can allow users to visualize housing resale prices for the past 30 years and get a prediction price for a flat that they are interested in.
- This app uploads the model and data, and plots an interactive user controlled map of the prices from 1990 to 2020.
- It also allows users to enter their interested flat address and the flat features, and it will use OneMap.sg api and the geopy package to locate nearby amenities (e.g., train station, schools, supermarkets) and the distance to the nearest one. Features will then be enginneered and passed into the model to make a prediction.
- A map showing the location of the user input flat and its surrounding amenities is displayed
- A SHAP force plot is plotted to show feature importance.
- Information about nearby amenities of the flat are also displayed.
The repo for the whole project is here.
If you like my work, please my repo to support me. Thank you!
Help me!!
I am trying to deploy and share the app for everyone to use. So it would be really great if I can get access to Streamlit Share. If anyone can extend an invitation to me, I will really appreciate it. Thank you!