• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

Automatic AI based keyword tagging

Community Beginner ,
Sep 28, 2024 Sep 28, 2024

Copy link to clipboard

Copied

Hi

 

I wrote a little Lightroom classic plugin that uses Google Gemini or ChatGPT to generate keywords, image caption and title from within Lightroom classic. It saves the data directly to the Lightroom catalog.

 

And the best thing about it, it's free software.

 

Go check it out: https://github.com/bmachek/lrc-ai-tagger

 

And tell my your opinion. Any feedback is welcome. 🙂

 

 

TOPICS
Experiment , SDK

Views

641

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 24, 2024 Oct 24, 2024

Copy link to clipboard

Copied

an internal error has occurred:[string "GeminiAPI.lua"]:107: attempt to call method 'imageTask'(a nil value)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 24, 2024 Oct 24, 2024

Copy link to clipboard

Copied

Which version did you download?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 25, 2024 Oct 25, 2024

Copy link to clipboard

Copied

Thank you for your reply.  version is lrc-ai-assistant-1.2.0. I hope that you will fix the problem. Thank you again.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 25, 2024 Oct 25, 2024

Copy link to clipboard

Copied

Just released a new version for that error: https://github.com/bmachek/lrc-ai-assistant/releases/tag/v1.2.1

Please give it a try, and report if it works. 🙂

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 25, 2024 Oct 25, 2024

Copy link to clipboard

Copied

Sir, At first, many, many thanks. Error Fixed.

Second, There is another problem. Error (An internal error has occurred: Error decording JSON response.)

I add an image. Hopefully, you will fix the problem. Thank you

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 25, 2024 Oct 25, 2024

Copy link to clipboard

Copied

Sir, if the prosible you will fix the problem. When generating by selecting three options at once (like keywords, captions, and tiles), only keywords are generated. captions and tiles are not generated simultaneously.

 

Also, you will add some features:

1. Maximum Keywords: Set the maximum number of keywords to be generated for each photo.

2. Maximum or Minimum Characters: Set character limits for titles and descriptions.

3. Required Keywords: Specify keywords that must be included in the generated metadata.

4. Excluded Keywords: Define keywords that should not appear in the metadata.

 

Thank you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 25, 2024 Oct 25, 2024

Copy link to clipboard

Copied

LATEST

The errors you describe come mostly from using Google Gemini Flash. Try using Gemini Pro, this fixes most of the issues, including the one with "Error decording JSON response". At the moment there is no fix doing that with Gemini Flash, since Gemini Flash just behaves incorrectly. Maybe Google will fix this in the future....

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines