10up / classifai

Supercharge WordPress Content Workflows and Engagement with Artificial Intelligence.
https://classifaiplugin.com
GNU General Public License v2.0
578 stars 53 forks source link

Azure Computer Vision automated descriptions #141

Closed jeffpaul closed 2 years ago

jeffpaul commented 5 years ago

Is your enhancement related to a problem? Please describe. Expand upon the work done in #75 and continue to add features from Computer Vision.

Describe the solution you'd like

Designs n/a

Describe alternatives you've considered none

Additional context Split out from #75

Sidsector9 commented 2 years ago

@jeffpaul the plugin already uses the description.captions[0].text value from the response for the alt-text for images.

I couldn't find a service in the Image Analysis documentation that can provide additional description for an image.

WordPress image description field is analogous to the post content field for a post, and it would be like generating an entire post for the image, which seems to be beyond the capabilities of the Vision API.