/story-book

Generative story book powered by Nuxt and GPTScript

Primary LanguageVueApache License 2.0Apache-2.0

Story Book

Story Book is a web application that has an interface for users to input a prompt and number of pages. This information then generates a story based on the prompt. All generation is done using GPTScript on the backend with Nuxt serving as a framework around it.

Running locally

  1. Make sure you have at least Node v20.11.1 installed. If you don't, you can install it here.

  2. Navigate to the examples/story-book directory.

cd examples/story-book
  1. Start the Nuxt application by running the following commands:
npm i
npm run dev
  1. Navigate to http://localhost:3000 in your browser.