Address Quality
An API that validates Indonesian addresses.
49% accuracy on the first 106-address test set
- Go
- SQLite
- React
- TypeScript
Backend Engineer
Backend Engineer for almost a decade. In mission to solve scaling problems by make things effective & efficient.
Never Improve Blindly.
An API that validates Indonesian addresses.
49% accuracy on the first 106-address test set
In the previous post, I asked why address forms still make you select information you have already typed. My proposed solution was to move that effort into an API. You provide the …
One question keeps coming up while I build Address Quality: Why not just use Google Maps API? If I have a messy address, Google Maps API can turn it into a structured result. It …
I’ve noticed something common about address forms in Indonesia. You type your address. Then you have to fill in other fields such as kelurahan(subdistrict), kecamatan(district), …
This is the first post in a series about building Address Quality, an API that validates Indonesian addresses. I want to document it honestly: the failures, the measurements, and …