Skip to content

Create an immersive storybook web app using DALL·E 3 and Riffusion to create descriptive image and background music.

Notifications You must be signed in to change notification settings

pjyi2147/StorybookGPT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hits

StorybookAI

CSED 490U Generative AI - Final Project

Fall 2023, POSTECH


Goal of the project

Creating an immersive storybook web app using Generative AI models. Making descriptive image and background music for each page of the story from user using DALL·E 3 and Riffusion, respectively.

Libraries and Technology used

  • Libraries: React, Express
  • APIs: OpenAI API (ChatGPT, DALL·E 3), Replicate API (Riffusion)
  • Languages: JavaScript, CSS

Project Structure

unnamed

How to run

  1. Get OpenAI API and Replicate API key and save it to server/.env.local
  2. Change IP address to localhost in src/components/ImageSide.js
  3. Install nodejs version higher than 18.0.0
  4. Run npm start in src folder.
  5. In a new terminal, run node watch in server folder.

Demo Video

IMAGE ALT TEXT

Created by

  • Jeongwoo Seo (49004579)
  • Nolan D'Souza (49004569)
  • Arisbeth (49004561)
  • Jeongseop Yi (49004543)

About

Create an immersive storybook web app using DALL·E 3 and Riffusion to create descriptive image and background music.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.7%
  • HTML 5.7%
  • Python 5.3%
  • CSS 3.3%