8 ms·
We are not providing opening times yet - we just check if place is permanently closed or not. But it is in the works under our experimental enrichment API (whic
by ymarkov 6mo ago
We are not providing opening times yet - we just check if place is permanently closed or not. But it is in the works under our experimental enrichment API (which is not yet open to public)
- wipfli 6mo agoI started scraping restaurant websites in Zürich and extracted and hand-checked opening hours in the OpenStreetMap format. The goal is to build a corpus for evaluation purposes which maps website texts to correct opening hours strings for all restaurants in Switzerland. Maybe you can use that to benchmark your own hours extracting system... https://github.com/wipfli/opening-hours/ https://github.com/wipfli/opening-hours/
- ymarkov 6mo agoAppreciate sharing this project - democratizing this data is indeed a very important step. Interesting that you settled on Haiku - did you have a chance to check flash-2.5-lite or gpt-5-nano performance?
- raphael0202 6mo agoReally interesting! I also launched recently a project to extract opening hours from OSM websites : https://codeberg.org/raphaelb/poi-complete https://codeberg.org/raphaelb/poi-complete I also added a very basic web interface for validating the predictions: https://poicomplete.raphaelb.net https://poicomplete.raphaelb.net I don't know how well does Haiku handle OSM opening hours syntax, but with Kimi K2.5, I got better results when I asked it to provide opening hour ranges for every day of the week, and then constructed the opening hours manually.