AI Interpolator SceneX
Last updated on
23 February 2024
The SceneX plugin is a context filler module that takes an image field and gives back a very exact and descriptive text about it. While you can do this with the OpenAI Plugin with GPT-4 Vision as well, if you goals is to describe the image SceneX gives better descriptions.
On the other hand if you want to use complex fields to categorize the image or ask questions about it, use the OpenAI Plugin.
If you create an account, you get free test credits, so its worth to test it just to see for yourself.
Module link: https://www.drupal.org/project/ai_interpolator_scenex
Installation
- Use Composer to get the module: "composer require 'drupal/ai_interpolator_scenex"
- Install the AI Interpolator SceneX like any other module.
- Login to your SceneX account and get an API token.
- Visit /admin/config/scenex/settings and paste the API token.
How to use
In this use case we will generate a description from an image.
- Create a new node called "Article"
- On the "Article" you generate a Image field that you name "Image".
- On the "Article" you generate Text (long, formatted) field that you name "Description"
- If you scroll down on the settings page you should now see a check box titled "Enable AI Interpolator". Check that one.
- In the "Choose AI Interpolato Rule" field select "SceneX Description".
- In the "Interpolator Base Field" you choose "Image" as the image field to describe.
- Save the settings.
- Now try generating an Article and upload an image.
- After saving the image description should be filled out automatically.
Example ideas of workflows that could be done with the SceneX plugin.
- For using an image as a context for any of the other workflows described.
- This means that you can generate a story or a podcast or an article header text or another image from the image you uploaded.
You can also find videos of OpenAI Workflows under workflows-of-ai.com
Available Rules
| Rule Name | Description | Field Types |
|---|---|---|
| SceneX Image Description | Upload an image in an image field and describe it into a text long field. | Text (plain, long) Text (formatted, long) |
Help improve this page
Page status: No known problems
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion
