I OpenSourced an AI StoryBook Generator
github.com
I OpenSourced an AI StoryBook Generator
1–3 of 3 posts
Re: I OpenSourced an AI StoryBook Generator
#2Hey to all Parents and/or AI fans,
I just released a toy app that generates Storybooks with images using GPT-3 I'm using it to create random books for my 3 yo girl and she is loving the possibility to create her own Stories.
You can use it in your local machine with your own OPEN_AI_TOKEN (see readme) https://github.com/silva96/ai_stories
Stack: Rails + Hotwire
Re: I OpenSourced an AI StoryBook Generator
#3Hey to all Parents and/or AI fans, I just released a toy app that generates Storybooks with images using GPT-3 I'm using it to create random books for my 3 yo girl and she is loving the possibility to create her own Stories. You can use it in your local machine with your own OPEN_AI_TOKEN (see readme) https://github.com/silva96/ai_stories Stack: Rails + Hotwire
was searching in controller and models, but then discovered apis are triggered from active jobs. good initiative.