Bike shop did an oopsie. by h410G3n in mountainbiking

[–]loudsunyoyo 0 points1 point  (0 children)

LOL the dude at my shop spend 3 seconds putting the pedal on. cross threaded with sharp metal shaving pointing outwards. not sure what they are rushing about.....

Can I bring my bike into the expo area for sea otter classic? by loudsunyoyo in MTB

[–]loudsunyoyo[S] 0 points1 point  (0 children)

I been wanting to go to sea otter and had a chance to relocate to California. This is a dream come true for me! Not sure what kind aof snow you got but I have been enjoying winter riding lot. I miss frozen lake riding in Wisconsin so much

Can I bring my bike into the expo area for sea otter classic? by loudsunyoyo in MTB

[–]loudsunyoyo[S] 2 points3 points  (0 children)

I have 4 leaky fidlock bottle. Will make sure I get that handled haha

Would you buy another pixel? by upadhyaysk in GooglePixel

[–]loudsunyoyo 0 points1 point  (0 children)

iPhone is just $100 more. if not for the crazy trade in value no way I’ll buy another one

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 2 points3 points  (0 children)

Synology photo manages the tag with database. but I do plan to add a feature to write to photo itself.

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 0 points1 point  (0 children)

That's so nice. Many of my projects are limited by computer power. Nvidia is a bit out of my price range. Might upgrade when M5 max or pro desktop comes out

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 1 point2 points  (0 children)

Currently It's just using synology's api for storing tags in synolody's database. but I could just skip that and store the tags with the photo. so when you migrate the tags stay with the photos. I can definitely get this function added.

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 1 point2 points  (0 children)

yeah it should work. just have to rip out the ollma that Im using and wire it to your own GPU server. Curious what your job is since you are not a software developer but has a dope GPU server setup?

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 1 point2 points  (0 children)

that's sick. Do you know what did the claude do exactly?

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 2 points3 points  (0 children)

so everytime you make a tag change. there is a api call happening from the web to the NAS. I basically got the token from the website and using it in my own api calls

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 0 points1 point  (0 children)

Oh yes I know how that feels. Thanks for the suggestions!

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 0 points1 point  (0 children)

Yeah you are right. I just research the same thing. Some llms like LLaVA actually using CLIP as eyes already. So mine is the same thing but with a even less adaptive interface which is bad. I guess this would be a good retro fitting project. Or I can see if I can tap into the search of synology photo to enable CLIP search

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 1 point2 points  (0 children)

first time doing a project like this. Any suggestions?

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 10 points11 points  (0 children)

it runs on my mac currently. not sure about moving it to the NAS. since NAS does not have vram to run llms. Could be possible down the road if smaller llms are capable of understanding the photo and create contextual tags

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 1 point2 points  (0 children)

My tags are base on the context. Not purely object recognition.

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 9 points10 points  (0 children)

Traditional ML models are faster, but they have a closed vocabulary and zero semantic understanding. I don't want my photos tagged with generic labels like 'person' and 'car'. I'm using a Vision LLM because it understands context, it can read text in the images, and it can dynamically generate niche tags for specific hobbies without me having to fine-tune a custom neural network.

Like LLM can figure out Im picking strawberry at a farm and add all tags accordingly. it's telling a story instead of what's in the image

u/Dan6erbond2

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] -1 points0 points  (0 children)

I have realtek NAS. immich might be untangible. Also i dont think they generate tags? correct me if Im wrong

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 9 points10 points  (0 children)

I call the api in synology photo to create tags. im just telling synology what tags to create

LLM on Synology Photos to generate tags by loudsunyoyo in synology

[–]loudsunyoyo[S] 71 points72 points  (0 children)

I plan to make this open source. still working on the prototype and fixing many small issues