AI TOOLS
Description
gpt-author is a GitHub repository for an AI writing project that generates original fantasy novels from a user prompt. The repository describes a workflow that uses GPT-4, Stable Diffusion, and Anthropic API calls to create chapter-by-chapter stories and export them as an EPUB file.
The project includes notebook-based versions, sample output novels, and notes about a newer Claude 3-based version with simpler code and improved novel quality.
How we innovate
The project combines plot planning, chapter-by-chapter writing, and cover-art generation into one novel-building pipeline, and it notes a newer Claude 3 version that aims to produce better novels with simpler code.
Use Case / Scenario
Enter a story prompt and choose a chapter count to generate an original fantasy novel in a structured writing workflow.
Run the project in Google Colab or a local Jupyter notebook and adjust prompt, chapter count, and writing style during testing.
Compile the generated story into an EPUB file for reading on e-book readers or related devices.
Visit Website