Demo: https://youtu.be/OWjSk8hNwHk
Presentation: https://youtu.be/jjjQj8aHSeo
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.
- 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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone the repository:
git clone https://github.com/gholtzap/fablr-art.git
- Install the dependencies:
cd fablr-art
npm install
- 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
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000
. - Download Flask
pip install flask
- Run api server
python api/api.py
- Enter a short story or storyline in the input field.
- Click the "Generate" button.
- The application will automatically generate a visual novel using GPT-3.5 and DALL-E.
- Enjoy the interactive visual novel experience!