RingoCatKeeper
RingoCatKeeper OP t1_j2885ds wrote
Reply to comment by learn-deeply in [P]Run CLIP on your iPhone to Search Photos offline. by RingoCatKeeper
You're right. There were some optimized work by Google called ScanNN, which is much faster on large scale vector similarity search. However, it's much more complicated to port this model to iOS.
RingoCatKeeper OP t1_j287d0y wrote
Reply to comment by learn-deeply in [P]Run CLIP on your iPhone to Search Photos offline. by RingoCatKeeper
I implemented the part of cosine similarity calculation myself, as for the topK, you can use .sort().prefix(k)
in Swift.
RingoCatKeeper OP t1_j28734n wrote
Reply to comment by Vendraaa in [P]Run CLIP on your iPhone to Search Photos offline. by RingoCatKeeper
Unfortunately I don't know how to develop android :-(
RingoCatKeeper OP t1_j286ywb wrote
Reply to comment by beatle5 in [P]Run CLIP on your iPhone to Search Photos offline. by RingoCatKeeper
I've generated more 20 codes.
RingoCatKeeper OP t1_j282w8t wrote
Reply to comment by zero0_one1 in [P]Run CLIP on your iPhone to Search Photos offline. by RingoCatKeeper
It's normal cause it will only show the 12 most similar photos in current version, may set it to be configurable in the next version.
RingoCatKeeper OP t1_j281zop wrote
Reply to comment by zero0_one1 in [P]Run CLIP on your iPhone to Search Photos offline. by RingoCatKeeper
Super thanks, I'm encouraged
RingoCatKeeper OP t1_j27zmgc wrote
Reply to comment by brucebay in [P]Run CLIP on your iPhone to Search Photos offline. by RingoCatKeeper
You moved me to tears😭
RingoCatKeeper OP t1_j27yyo9 wrote
Reply to comment by antonevstigneev in [P]Run CLIP on your iPhone to Search Photos offline. by RingoCatKeeper
But sent dozens of promo code LOL.
RingoCatKeeper OP t1_j27yuxu wrote
Reply to comment by antonevstigneev in [P]Run CLIP on your iPhone to Search Photos offline. by RingoCatKeeper
Currently 6.3$(one purchase).
The product was on the App Store yesterday, and as a non-English speaker, it's really hard for me to promote it in English-speaking regions :-(
RingoCatKeeper OP t1_j27wvhp wrote
Reply to comment by Taenk in [P]Run CLIP on your iPhone to Search Photos offline. by RingoCatKeeper
Good idea! I'll learn how to convert iOS app to MacOS.
RingoCatKeeper OP t1_j27jmic wrote
Reply to comment by CallMeInfinitay in [P]Run CLIP on your iPhone to Search Photos offline. by RingoCatKeeper
Major issues was CoreML operator support, another reason was, iOS 16.0 may block away some very old iPhone (below X), otherwise users paid but run CLIP very laggy, which is bad experience. Of course I admit that the UI of iOS 16.0 is really ugly
RingoCatKeeper OP t1_j288x67 wrote
Reply to comment by Evoke_App in [P]Run CLIP on your iPhone to Search Photos offline. by RingoCatKeeper
This is not comparable. Google runs models on professional GPUs, while this app can only use Apple chips, so there is a big difference in the size of models that can be run.
Offline search lets you not worry about anyone invading your album privacy, including Google.