um-its-mdp-2024/auto-alter

A Drupal module that automatically generates alt text using OpenAI or Azure ChatGPT services.

Maintainers

Package info

github.com/UM-ITS-MDP-2024/drupal-module

Type:drupal-module

pkg:composer/um-its-mdp-2024/auto-alter

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2024-12-05 04:11 UTC

This package is auto-updated.

Last update: 2026-03-11 22:08:36 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.