I accidentally built a meme search engine
21–30 of 56 posts
Re: I accidentally built a meme search engine
#22On my previous job ML department created internal tool, where you could search through city panoramas (like google street view) using text.
It could find you in a second all road pits, overfilled dumpsters and other ugly (and beautiful) things you wanted.
Re: I accidentally built a meme search engine
#23Last year we added CLIP-based image search to https://immich.app/ and even though I have a pretty good understanding of how it works, it still blows my mind damn near every day. It's the closest thing to magic I've ever seen.
Re: I accidentally built a meme search engine
#24It's very cool to see how it's now possible to easily replicate old Google Photos features in 10 hours using open-source tools on a laptop.
Re: I accidentally built a meme search engine
#25Re: I accidentally built a meme search engine
#26Re: I accidentally built a meme search engine
#27Re: I accidentally built a meme search engine
#28Hey @harper, you ever write about your vision quests?
Fwiw, my recent blog is me trying to do this more
Re: I accidentally built a meme search engine
#29Did you host any version of this on the cloud for the general public to access?
Re: I accidentally built a meme search engine
#30You might be interested in this, https://github.com/mazzzystar/Queryable , https://queryable.app/ I run it on my iPhone. Native app. Doesn't require a network connection (great for privacy). > Queryable is a Core ML model that runs locally on your device. Leveraging OpenAI CLIP's model encoding technology to connect images and text, you can search your iPhone photo album using any natural language input. Most importa…
After creating Queryable, I also developed an app called MemeSearch, which searches for memes on Reddit (https://apps.apple.com/us/app/memesearch-reddit-meme-finder/...). Although it's completely free, it hasn't been downloaded by many users. I thought nobody wanted it, so I'm glad to see there are still some people who share a similar taste.