Member-only story
How I Built My Own Real-Time Parking Availability Predictive Model
A simple way of using machine learning to help me in my everyday life.
In this day and age, machine learning (ML) is widely applied in almost every industry, tackling some of the most complex challenges. It is used in medical diagnosis of illnesses, detection of fraud, self-driving cars, facial recognition, recommendation systems etc. In most applications, the use of ML produces large-scale impact and benefits the masses.
But, does it always have to be that way? Can we keep things small-scale and use ML in our own little ways, in our everyday lives? Of course! In this post, I write about a self-initiated project where I did just that — using ML to predict parking space availability at my residential premise.
p.s. Feel free to check out the source code for this project at this GitHub repo.
Table of Contents
- Problem statement
- Data collection
- Feature engineering
- Exploratory data analysis
- Building a baseline model
- Creating a web app with Streamlit
- Wrapping it up