| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Python CLI for syncing your Flickr library and deduplicating images using AI or perceptual hash.
Sync your Flickr photo library to a local folder (skips already-downloaded images)
AI-powered deduplication of local images:
Text and metadata-based duplicate scans (by title, filename, or date)
Fuzzy matching for titles
Designed for performance with large libraries (thousands of photos)
Install dependencies:
pip install -r requirements.txtSet your API credentials (in your shell)**:
export FLICKR_API_KEY=your_api_key
export FLICKR_API_SECRET=your_api_secret(First time) Authenticate via CLI:
python cli.py authpython cli.py sync_flickr --directory /path/to/myphotos --max-images 5000python cli.py ai_dedupe --directory /path/to/myphotos --method cnn --max-images 1000 --similarity-threshold 0.97python cli.py scan
python cli.py fuzzy_scan --threshold 90MIT
| Back | FazBrowse Home | New Git URL |