um-its-mdp-2024 / auto-alter
A Drupal module that automatically generates alt text using OpenAI or Azure ChatGPT services.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-module
pkg:composer/um-its-mdp-2024/auto-alter
Requires
- php: >=8.1
- drupal/core: ^9 || ^10 || ^11
- openai-php/client: ^0.10.1
README
Auto-Captioning
Installation
You can find the full installation guide here.
With Composer
- Step 1: Navigate to the Drupal root directory via the terminal, and run the following command:
composer require 'um-its-mdp-2024/auto-alter'
Without Composer
- Step 1: Navigate to the Drupal root directory via the terminal, and run the following command:
composer require 'openai-php/client'
- Step 2: Navigate to the modules directory in your Drupal workspace via the terminal and unzip the compressed file.
- Step 3: On your Drupal website, navigate to the extend section, and install the module.
- Step 4: Once installed, navigate to the configuration sections and enter in your API credentials.