This write-up about the site is also fascinating: https://pudding.cool/2025/07/street-view/
Search all text in New York City
61–70 of 126 posts
Re: Search all text in New York City
#62Earlier quoted context omitted.
The linked article mentions that they ingested 8 million panos - even if they're scraping the dynamic viewer that's $30k just in street view API fees (the static image API would probably be at least double that due to the low per-call resolution). OCR I'd expect to be comparatively cheap, if you weren't in a hurry - a consumer GPU running PaddlePaddle server can do about 4 MP per second. If you spent a few grand on h…
Their write up (linked at top of page below main link, and in a comment) says: > " media artist Yufeng Zhao fed millions of publicly-available panoramas from Google Street View into a computer program that transcribes text within the images (anyone can access these Street View images; you don’t even need a Google account!). " Maybe they used multiple IPs / devices and didn't want to mention doing something technicall…
Re: Search all text in New York City
#63Re: Search all text in New York City
#64Finally, this guy’s OCR-friendly long game pays off! https://www.alltext.nyc/search?q=BNE
what's BNE?
BNE is an anonymous graffiti artist known for stickers that read "BNE" or "BNE was here". The artist has left their mark in countries throughout the world, including the United States, Canada, Asia, Romania, Australia, Europe, and South America. "His accent and knowledge of local artists suggest he is from New York."
Re: Search all text in New York City
#65Reminds me of NY Cerebro, semantic search across New York City's hundreds of public street cameras: https://nycerebro.vercel.app/ (e.g. search for "scaffolding")
Re: Search all text in New York City
#66https://en.wikipedia.org/wiki/SAMO
But difficult to figure out if any of them are original.
I liked this one, but it is most likely newer. It is on top of the City-as-school building where Basquiat attended, so it is probably a tribute.
https://www.alltext.nyc/panorama/DZz7Gp1PtROe78ailUpvlA?o=11...
Re: Search all text in New York City
#67This is exceedingly fun. A game: find an English word with the fewest hits. (It must have at least one hit that is not an OCR error, but such errors do still count towards your score. Only spend a couple of minutes.) My best is "scintillating" : 3.
Re: Search all text in New York City
#68Re: Search all text in New York City
#69This is exceedingly fun. A game: find an English word with the fewest hits. (It must have at least one hit that is not an OCR error, but such errors do still count towards your score. Only spend a couple of minutes.) My best is "scintillating" : 3.
At first glance, there's plenty of grog to be had in NYC. But sailors will be disappointed. It all seems to be OCR errors of "Groceries" or the "Google" watermarks.
Re: Search all text in New York City
#70The creator gave a talk that has more details on how it was done: https://www.youtube.com/watch?v=gfODe92DzLU IIRC he found a way to download streetview images without paying, and used the OCR built-in to macOS (which is really good).