Live data from Hacker News

Show HN: Sisi – Semantic Image Search CLI tool, locally without third party APIs

github.com

31–40 of 44 posts

Re: Show HN: Sisi – Semantic Image Search CLI tool, locally without third party APIs

#32
post #9

Earlier quoted context omitted.

it's also the name of egypt's authoritarian leader https://en.wikipedia.org/wiki/Abdel_Fattah_el-Sisi

Yes this is the first thing that came to mind for me, strange name choice

Even if that was the intent, which it almost certainly isn't, why would it be strange enough to warrant discussion?

Re: Show HN: Sisi – Semantic Image Search CLI tool, locally without third party APIs

#34
post #33

How does CLIP compare to YOLO[1]? I haven't looked into image classification/object recognition for a while, but I remember that YOLO was quite good was working on realtime video too. [1]: https://pjreddie.com/darknet/yolo/

CLIP and YOLO work completely differently and have different purposes. CLIP uses transformers and embeddings and can compare text with images for classification. YOLO using a CNN and is trained with bounding boxes on images and is used for image recognition.

Give an image to CLIP and you can compare the similarity between the image and a sentence like 'a vase with roses in it'. Whereas with YOLO you give it an image and get the coordinates of bounding boxes around a vase, and around roses.

Re: Show HN: Sisi – Semantic Image Search CLI tool, locally without third party APIs

#35

Earlier quoted context omitted.

Yes this is the first thing that came to mind for me, strange name choice

Even if that was the intent, which it almost certainly isn't, why would it be strange enough to warrant discussion?

As an American who monitors world affairs, the choice of a quasi-authoritarian junta leader as a name would be quite novel.

Re: Show HN: Sisi – Semantic Image Search CLI tool, locally without third party APIs

#38
post #8

I have made similar android app for semantic image search, works offline too, still gathering feedback and polishing UI, but it works, if you are brave enough here is it https://drive.google.com/file/d/1tE0cY6umj5h5zCY_Jvaou1M8sCf...

Why yes, I'll download a 695MB APK file from an internet stranger.

Re: Show HN: Sisi – Semantic Image Search CLI tool, locally without third party APIs

#40

I have wanted to clean up my photo collection for ages and remove any nsfw picture that might hide somewhere. Would this be able to do that and how likely is it It will see a pc release.

This script doesn't do search, but it generates keywords for images and places them in the image metadata. You can then search for keywords using something like Diffractor. I will warn though that any AI solution not geared towards NSFW will not give good information on NSFW images, though it may give a keyword such as 'intimate' or 'adult content' which is all you need.

* https://github.com/jabberjabberjabber/LLavaImageTagger/

Post reply on HN