Live data from Hacker News

Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos

finda.photo

21–30 of 65 posts

Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos

#21

what is the diff betweeen this and pixabay or pexels.com? which there was one meta-search engine to cover them all :)

Even if there is no "diff", this is an extra backup. Any of those sites can go down I guess, then where are all those pictures?

Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos

#22
post #5

Hi - for some reason the search bar keeps changing my search terms eg Australia --> Australium

Sorry — that'll be the search trying to get a singular term from a plural. I've tagged the images with singular terms to make them easier to search, so it will change terms like "bridges" to "bridge", or "men" to "man", unless I override each term. If anyone can suggest a better way, I'd be very grateful. I'll add "Australia" as an override, for now. Thanks for pointing it out.

stemming will be baked in to a search engine, for example elasticsearch or solr dependent on the language analyzer you use and how you map your fields.

Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos

#23
post #17
post #15

Earlier quoted context omitted.

Probably performed dominant colour analysis on each (like color-thief), sort by similar ranked colours using a closeness transformation like LAB? No idea for the feature though.

Is there an algorithm for what you just described? I'm currently researching for color classification and it seems quite a complicated issue.

Hi, If you want you can contact me. I created a powerful algorithm to detect dominant colors in an image using K-means clustering and lab color space.

Examples: https://twitter.com/kamy22/status/479040852028051456 https://twitter.com/kamy22/status/472517258418606080

Have a good day!

Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos

#24
post #20
post #17

Earlier quoted context omitted.

Is there an algorithm for what you just described? I'm currently researching for color classification and it seems quite a complicated issue.

I'm currently trying to do this for my own side project, my current plan was analyse each photo using one of the many color analyser algos out there (color-thief seems to be popular/efficient), but the problem is, color is a very complicated thing to compare. I think euclidean distance for two LaB colors is the best for complexity to result ratio (and RBG to LaB is an easy/well-solved problem).

I've come across this: http://developers.lyst.com/2014/02/22/color-detection/

Seems very good but I'm still researching. Hope it might help you.

Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos

#25
post #17
post #15

Earlier quoted context omitted.

Probably performed dominant colour analysis on each (like color-thief), sort by similar ranked colours using a closeness transformation like LAB? No idea for the feature though.

Is there an algorithm for what you just described? I'm currently researching for color classification and it seems quite a complicated issue.

something like: http://freecode.com/projects/mactorii should work

Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos

#26
post #14

I always use https://pexels.com . They also have only CC0 images.

Strange, I was curious what kind of images are there, did a search for "Taiwan", and the result is literally 8 pictures with "Shutterstock" watermark and that's all. Is that supposed to be CC0? Even if it was yes, would that be useful at all to have watermarked images like that?

Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos

#27
post #26
post #14

I always use https://pexels.com . They also have only CC0 images.

Strange, I was curious what kind of images are there, did a search for "Taiwan", and the result is literally 8 pictures with "Shutterstock" watermark and that's all. Is that supposed to be CC0? Even if it was yes, would that be useful at all to have watermarked images like that?

Just tried the same thing. It looks like the Shutterstock watermarked photos were an advert sponsored by Shutterstock themselves. No actual CC0 photos for the site itself.

Re: Show HN: I made a site to catalogue 10,000 CC0-licensed stock photos

#28
When of the about pages says that the photos are on a GitHub repo, which sounds really cool, until you follow the link and the repo hasn't been shared yet. Hopefully it's just a matter of time before it is shared.

http://finda.photo/search/tips#contributing

Post reply on HN