←back to thread

634 points david927 | 1 comments | | HN request time: 0.204s | source

What are you working on? Any new ideas that you're thinking about?
1. durraniu ◴[] No.41347034[source]
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.