Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.36 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.36 KB

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)