Installation Guide¶
System Requirements¶
- Python 3.9 or higher
- Adobe Lightroom Classic
- 4GB+ RAM recommended
- CUDA-capable GPU (optional, for faster processing)
Installation Methods¶
Using pip (Recommended)¶
Development Installation¶
-
Clone the repository:
-
Create and activate virtual environment:
-
Install dependencies:
Verifying Installation¶
Test your installation:
You should see the following output:
Usage: lr-autotag [OPTIONS]
AI-powered keyword tagging for Adobe Lightroom Classic
Options:
--catalog TEXT Path to Lightroom catalog
--image-folder TEXT Path to folder containing images
--output TEXT Output JSON file [default: keyword_suggestions.json]
--threshold FLOAT Confidence threshold for keywords [default: 0.5]
--max-keywords INTEGER Maximum keywords per image [default: 20]
--overwrite Overwrite existing keywords
--dry-run Don't modify XMP files, only save suggestions
--keywords-file TEXT Path to the keywords file
--help Show this message and exit.
Troubleshooting¶
Common Issues¶
- CUDA/GPU errors:
- Ensure you have compatible NVIDIA drivers
-
Try running with CPU only
-
Import errors:
- Verify Python version compatibility
- Check for missing dependencies