this post was submitted on 10 Nov 2025
22 points (89.3% liked)

Selfhosted

52938 readers
678 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I recently joined Pixelfed and, considering there's no algorithm, hashtags are the only way to be discovered.

I hate hashtag optimizing, but I also don't want to upload my image to someone else's random server before posting it to pixelfed, just to generate hashtags. Where should I look to find something I can host myself, or even something that runs natively on Android/Linux, that'll generate hashtags/keywords for an image?

all 12 comments
sorted by: hot top controversial new old
[–] null@piefed.nullspace.lol 2 points 2 days ago

Ollama + Open web-ui could handle this.

[–] BroBot9000@lemmy.world 21 points 3 days ago (3 children)

Just write the hashtags. You know what’s in the photo you took, write like 5-10 and you’ll be fine. Once you do it more often you’ll find the active hashtags.

Some autocorrect bot won’t do that accurately.

[–] Joelk111@lemmy.world 3 points 3 days ago

This does a great job of not answering the question I guess. I obviously am aware that I can write them myself, but I don't want to. I like automating things.

[–] paperd@lemmy.zip 2 points 3 days ago (1 children)
[–] Passerby6497@lemmy.world 0 points 2 days ago* (last edited 2 days ago)

Top 10 reddit moment: worthless agreeing meme response to an unhelpful comment that doesn't even answer the question asked.

[–] Flamekebab@piefed.social 1 points 3 days ago

I don't know what's worth tagging and what isn't. I don't know which tags are popular and so have followers vs. which ones aren't.

The information exists but isn't presented anywhere convenient.

If I have to do homework before posting a picture I'm massively more inclined not to bother, which isn't particularly good for the Fediverse.

I would love something that could give me suggestions for relevant and popular hashtags for my content.

[–] sem@lemmy.blahaj.zone 3 points 3 days ago (1 children)

Sounds like a good project!

[–] Joelk111@lemmy.world 1 points 3 days ago

It is starting to sound like it'd have to be haha

[–] clay_pidgin@sh.itjust.works -2 points 3 days ago* (last edited 3 days ago) (1 children)

#SeenfromLemmy

#WhoNeedsHashtags

That sounds like a job for AI, I think. I'm hopeful that you can find a good solution!

[–] Joelk111@lemmy.world 5 points 3 days ago* (last edited 3 days ago) (1 children)

Yeah, GPT or whatever can do it, but I was hoping for something a bit more lightweight than what we've come to know as AI, as I don't want to invest in new hardware.

[–] Kornblumenratte@feddit.org 1 points 2 days ago

If you want software that analyses an image and produces tags that describe the image's content, you want a combination of image recognition, image interpretation, text generation and a promp generator to link these three parts. There is no way that any single of these applications can be "lightweight", not to speak of the combination.