Skip to content

Turn any digital media into a beautiful visual novel, using DALL-E and ChatGPT.

Notifications You must be signed in to change notification settings

gholtzap/fablr-art

Repository files navigation

Fablr Art: Visual Novels with GPT-3.5 and DALL-E

Demo: https://youtu.be/OWjSk8hNwHk


Presentation: https://youtu.be/jjjQj8aHSeo

Authors

Description

Fablr Art is an innovative project that converts short stories into visual novels using OpenAI's GPT-3.5 and DALL-E. This project aims to provide an interactive and immersive experience for users, making storytelling more engaging and visually appealing.

Features

  • Automatically convert short stories into visual novels.
  • Generate relevant images for the story using DALL-E.
  • Generate story text using GPT-3.5.
  • Interactive and responsive user interface.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js (v14.x or newer)
  • npm package manager
  • OpenAI API Key
  • DALL-E API Key

Installation

  1. Clone the repository: git clone https://github.com/gholtzap/fablr-art.git
  2. Install the dependencies: cd fablr-art npm install
  3. Add your OpenAI API key. Create a .env file in the project's root directory and add your OpenAI API key: OPENAI_API_KEY=your_api_key_here
  4. Start the development server: npm run dev
  5. Open your browser and navigate to http://localhost:3000.
  6. Download Flask pip install flask
  7. Run api server python api/api.py

Usage

  1. Enter a short story or storyline in the input field.
  2. Click the "Generate" button.
  3. The application will automatically generate a visual novel using GPT-3.5 and DALL-E.
  4. Enjoy the interactive visual novel experience!

Acknowledgments

  • OpenAI for their incredible GPT-3.5 and DALL-E APIs.
  • React.js and Next.js for providing the foundation for this project's front-end.

About

Turn any digital media into a beautiful visual novel, using DALL-E and ChatGPT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published