Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 2.02 KB

README.md

File metadata and controls

72 lines (51 loc) · 2.02 KB

GetKey{word}

getkeyword

GetKey{word} is a desktop application that uses Google Generative AI to generate short descriptions and relevant tags for selected images. This application also edits the image metadata to include the generated descriptions and tags.

Features

  • Select Directory: Choose a directory containing the images to be processed.
  • Enter API Key: Enter your Google Generative AI API Key.
  • Process Images: Generates descriptions and tags for each image in the selected directory and saves them as image metadata.

demoapp-ezgif com-video-to-gif-converter

Prerequisites

Ensure you have the following prerequisites installed before running this application:

  • Git
  • Python 3.6 or higher
  • Pip (Python Package Installer)

Installation

  1. Clone this repository to your terminal:
git clone https://github.com/kadangkesel/get_keyword.git

and then

cd get_keyword
  1. Create and activate a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate
# On Windows use
venv\Scripts\activate
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the application:
python app.py

In the application window, do the following:

  1. Click "Select Directory" and choose the directory containing the images you want to process.
  2. Click "Select Output Directory" and choose the output directory
  3. Enter your Gemini AI API Key
  4. Click the "Start" button to begin processing the images.
  5. Once complete, the image metadata will be updated with the generated descriptions and tags.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contact

If you have any questions or suggestions, feel free to contact me via:

Instagram: hadiyuli_

PayPal: KadangKesel

GitHub: kadangkesel