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: React, Express
- APIs: OpenAI API (ChatGPT, DALL·E 3), Replicate API (Riffusion)
- Languages: JavaScript, CSS
- Get OpenAI API and Replicate API key and save it to
server/.env.local
- Change IP address to
localhost
insrc/components/ImageSide.js
- Install nodejs version higher than 18.0.0
- Run
npm start
insrc
folder. - In a new terminal, run
node watch
inserver
folder.
- Jeongwoo Seo (49004579)
- Nolan D'Souza (49004569)
- Arisbeth (49004561)
- Jeongseop Yi (49004543)