Project: Automating Image Processing and Reporting
Description: Developed a Python script to automate the processing and uploading of images to a local server, as well as generating reports and sending emails. The script utilizes various libraries such as requests, os, and email to achieve these tasks.
Key Features:
Image processing: Script iterates through a directory, selects images with specific extensions, and uploads them to a local server. Report generation: Script generates reports based on data from JSON files and sends them as email attachments. Email automation: Script sends automated emails with reports and notifications.