// Personal project
I built a property recommendation platform where users enter specific requirements, like square footage, number of bedrooms, garden, parking, and location, and a trained machine learning model scores and recommends every available property that actually fits.
The goal was matching by fit, not just filtering by keyword.
Most property search tools just filter listings by basic keywords, square footage, bedrooms, and so on, without actually scoring how well a property fits everything a buyer cares about.
I trained a machine learning model on property features and used it to score and rank every available listing against a user's specific requirements, rather than relying on simple filters.