I am working on an app for creating stories with illustrations in a revealjs slide deck.
The idea is that a user would handwrite or type the first sentence of a story they want to write. This sentence would be used by llama 3.1 as a prompt to make a short story. Then the story is fed to stable diffusion to create image illustrations. Finally, all of it is combined into a slide deck that users can see in the app and also download if they want.
I am using Shiny and Quarto for this project.