I’m looking for a developer who can build a data-analysis script that processes image data stored in my database. The goal is to connect to the existing DB, pull the image records, run the required analysis, and return clear, structured results I can store back in the same database or export as a CSV/JSON report. Key needs • Script category: Data analysis (not scraping or automation). • Data type: Images only. • Source: Directly from a database connection—no local-file or URL handling required. Core tasks 1. Establish a secure connection to my database and fetch the image blobs or paths. 2. Run analysis—basic metrics (dimensions, color histograms, format validation) plus any lightweight computer-vision insights you recommend. 3. Output findings in a concise table or dataset, ready to be written back to the DB. 4. Provide clear instructions so I can rerun or extend the script. Please build in clean, modular code (I’m most familiar with Python, but I’m open to alternatives) and comment key sections so future adjustments are straightforward.