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

1.0.3 2024-12-05 04:11 UTC

This package is auto-updated.

Last update: 2026-01-11 21:54:22 UTC


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.