This engine powers the Cboard AI builder, designed to generate content suggestions for communication boards and create new pictograms as necessary. With a simple prompt, it will generate a list of suggestions that can be used to create an AAC board
This creates a board metadata to be used with Midjourney
Now instead of getSuggestions ask for getFullBoard
FullBoard{
boardTitle: 'Title', //An AI-generated title based on the list of words.
boardContent: 'MISC', //A description of the suggestions.
pictos: Suggestions[] //The Pictograms with Suggestions[] format.
This creates a board metadata to be used with Midjourney
Now instead of getSuggestions ask for getFullBoard
FullBoard{ boardTitle: 'Title', //An AI-generated title based on the list of words. boardContent: 'MISC', //A description of the suggestions. pictos: Suggestions[] //The Pictograms with Suggestions[] format.
}