njhale / story-book

Generative story book powered by Nuxt and GPTScript

Home Page:https://story-book-main.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Generative story book powered by Nuxt and GPTScript

https://story-book-main.onrender.com/

License:Apache License 2.0


Languages

Language:Vue 60.1%Language:TypeScript 39.1%Language:Dockerfile 0.8%