can I find the most asthieically pleasing photo with an api?

Generated on 7/31/2024

1 search

Yes, you can find the most aesthetically pleasing photo using an API. At WWDC 2024, Apple introduced a new request in the Vision framework called calculateImageAestheticScoresRequest. This request can be used to assess image quality and find memorable photos by analyzing multiple factors such as blur and exposure. The quality is represented by an overall score assigned to the image, ranging from -1 to 1. Additionally, the request can identify utility images, which are technically well-taken but not particularly memorable, like screenshots or photos of receipts.

For more details, you can refer to the session Discover Swift enhancements in the Vision framework starting at 13:46.