Semi-automated tools for extracting vintage biological illustrations from the Biodiversity Heritage Library. Companion code for "Collagey Segmenty".
- 🖼️ Automated Flickr image retrieval
- ✂️ Filter-based image segmentation
- 🎯 Background removal
- 🔄 Batch processing
# Install dependencies
./create_env.sh# Configure Flickr API credentials
export FLICKR_API_KEY="your-key"
export FLICKR_API_SECRET="your-secret"
# Download images
python flickr_retrieval.py
# Process images
python filter_segmentation.py- 📓
flickr_retrieval.py# Image collection - ✂️
filter_segmentation.py# Auto-cropping - ⚙️
create_env.sh# Environment setup
Note: Requires Flickr API access. Apply here.