# Check if the source and destination paths are different
ifimage_path!=destination_path:
shutil.copy2(image_path,destination_path)
# You can adjust the 'darkness_threshold', 'blur_threshold', 'blurry_output_directory', 'dark_output_directory', and 'non_blurry_output_directory' as needed