Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 996 Bytes

File metadata and controls

24 lines (16 loc) · 996 Bytes

Automatic TYPO3 Image Caption

Automatically generate image captions for alternative text using MAX-Image-Caption-Generator.

Installation

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'

What it does

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.

Credits