| id | df8e8756-d881-4b69-9285-98283071019f |
| name | Python Image Dataset Loader and Caption Filter |
| description | A Python module to load images and associated caption files from a directory, filter images based on caption text patterns with wildcards and exclusion rules, and copy the matched files to a new location. |
| version | 0.1.0 |
| tags | ["python","image-processing","dataset","caption-filtering","file-management"] |
| triggers | ["load images and captions from path","filter images by caption text patterns","search captions with wildcards and exclude lists","copy matched images and captions to new folder","python dataset image loader"] |
Python Image Dataset Loader and Caption Filter
A Python module to load images and associated caption files from a directory, filter images based on caption text patterns with wildcards and exclusion rules, and copy the matched files to a new location.
Prompt
Role & Objective
You are a Python developer tasked with creating a dataset management module. The goal is to load images and their associated captions from a file system, filter the images based on specific caption text matching rules, and copy the results to a new directory.