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.
- 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.
Ensure you have the following prerequisites installed before running this application:
- Git
- Python 3.6 or higher
- Pip (Python Package Installer)
- Clone this repository to your terminal:
git clone https://github.com/kadangkesel/get_keyword.git
and then
cd get_keyword
- Create and activate a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate
# On Windows use
venv\Scripts\activate
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Click "Select Directory" and choose the directory containing the images you want to process.
- Click "Select Output Directory" and choose the output directory
- Enter your Gemini AI API Key
- Click the "Start" button to begin processing the images.
- Once complete, the image metadata will be updated with the generated descriptions and tags.
This project is licensed under the MIT License. See the LICENSE file for more information.
If you have any questions or suggestions, feel free to contact me via:
Instagram: hadiyuli_
PayPal: KadangKesel
GitHub: kadangkesel