AI Text to Image

Repositories ::: repository_txttoimg
Maintained by Yedidia Klein
A repository that adds the ability to get AI generated imaged directly into Moodle, using OpenAI API.

AI Text to Image 1.0 (Build - 2023111502)

Moodle 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 4.0, 4.1, 4.2, 4.3
Released: dimecres, 15 de novembre 2023, 23:33

moodle-repository_txttoimg

This a a repository plugin for Moodle, that connect to AI services and generates images from text.

Version 1.0

  • Support of dall-e-3
  • Show errors of OpenAI by showing a red X and the error on the filename.

Supported engines

Currently this repository plugin supports OpenAI API.

You have to generate API key at https://beta.openai.com/account/api-keys

Installing plugin

  • Download the plugin and extract/clone it to [moodle_root]/repository/
  • Go to your Moodle admin page and install it.
  • Go to Admin -> Plugins -> Repository then enable and setup the repo.

Configuring repository

  • In repository settings you should set the desired image size, your OpenAI key and number of images.
  • Image size is the size in pixels of generated images, could be 256x256, 512x512 or 1024x1024.
  • You can get the key on this web address : https://beta.openai.com/account/api-keys
  • You have to sign in or log in, and set your payment info for having access to text to image API.
  • Number of image set the number of images that you get from the AI engine, if you choose more than one you will have to choose one of 2-4 generated images.

Using

  • This repo will now be on your file picker.

Enjoy !

Version information

Version build number
2023111502
Version release name
1.0 (Build - 2023111502)
Maturity
Versió estable
MD5 Sum
6a347e9f6dab02c242731c0fea953fd7
Supported software
Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3
  • Latest release for Moodle 3.1
  • Latest release for Moodle 3.2
  • Latest release for Moodle 3.3
  • Latest release for Moodle 3.4
  • Latest release for Moodle 3.5
  • Latest release for Moodle 3.6
  • Latest release for Moodle 3.7
  • Latest release for Moodle 3.8
  • Latest release for Moodle 3.9
  • Latest release for Moodle 3.10
  • Latest release for Moodle 3.11
  • Latest release for Moodle 4.0
  • Latest release for Moodle 4.1
  • Latest release for Moodle 4.2
  • Latest release for Moodle 4.3

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Repositories

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myrepo") in the "repository" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation