|
|
|
|
|
by dom96
3245 days ago
|
|
Wow, this is awesome. I've been toying with the idea of creating a GIF search engine (I find Giphy's search results rather weak). I'm impressed with Guggy's search results. Any chance you guys could talk more about how this is implemented? (I'd be interested in the tech stack as well) Edit: Your about page is 404'ing http://guggy.com/about |
|
The second part is the creatively tagged image repository. Even though tech enables now to tag objects in images, it still can't do it in a creative and funny way, so for the moment we were aiming for quality rather than quantity (I do agree that massive existing GIF repositories do not yield desired results), whereas we have plans for extending our repository significantly in the future.
The third part is also what we consider a big advantage of Guggy, and that's the image rendering engine. That allows us to personalized each request, such that different users could potentially see different results for the same texts (imagine seeing them in a font that you like, and your friend sees them in a different font, but there are also other applications for this). The images are therefore rendered on the fly per each request and are never stored.
Hope that clears up the questions you had in mind.