Automatically generate image captions for alternative text using MAX-Image-Caption-Generator.
Since the extension is just an proof of concept its not in any Composer Repository.
So clone the Extension into the packages directory in your TYPO3 Project and install with:
composer require asom/image-caption:@dev
Change API url in /Classes/Command/CaptionAllImagesCommand.php line 59:
CURLOPT_URL => 'http://yourapiurl:5000/model/predict'
This extension adds the command:
typo3cms imagecaption:captionall
This command will automatically fill the alternative text in the TYPO3 database with values generated from MAX-Image-Caption-Generator using the Images from the File-Browser.