A AI-based story writer Python library which uses OpenAI's chatGPT and Dall-E to generate PDFs with a story and a picture from a prompt and writes them into a PDF.
Project description
Story writer
A AI-based story writer and Python library which uses OpenAI's chatGPT and Dall-E to generate PDFs with a story and a picture from a prompt and writes them into a PDF.
Usage: Streamlit app
You can try the streamlit app by installing streamlit and running this terminal command:
story-writer
Usage: Python
There is a high-level API available, which generates PDFs from prompts (e.g. the stories presented in the teaser above were produced using this notebook):
from story_writer import generate_story
generate_story("cat_story.pdf", "a story about a cat that is walking on a street")
And there is a low-level API available, which generates a story and an image separately. You can learn more about the low-level API in this notebook.
Installation
You can install story-writer using pip:
pip install story-writer
You also need to create an OpenAI API Key and add it to your environment variables as explained on this page.
Development
If you want to contribute to bia-bob
, you can install it in development mode like this:
git clone https://github.com/haesleinhuepf/story-writer.git
cd story-writer
pip install -e .
Similar projects
Feedback welcome!
The story-writer
is developed in the open because we believe in the open source community. Feel free to drop feedback as github issue. Contributions are very welcome.
License
Distributed under the terms of the BSD-3 license, "story-writer" is free and open source software
Acknowledgements
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file story-writer-0.1.1.tar.gz
.
File metadata
- Download URL: story-writer-0.1.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ba1b72dba908d6b92788308f0e690e7201523a927887e78a63e004951c7e113 |
|
MD5 | 2f37f657a0b4ccbbb58b6e6fab900ba3 |
|
BLAKE2b-256 | 00ed3580c7a59182c9ba73f05855f8424dd73e039a92bcbcb60333bf7bcbec8f |
File details
Details for the file story_writer-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: story_writer-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcbdf10656f32417291431260757952957adee996de639f1099dd279fae0a9fb |
|
MD5 | 80ef2a02c9109074759e4b1257e5a8ee |
|
BLAKE2b-256 | 0ecf8f5cbe842f6e3eb3ba97c47654c1aea88ffc2410e23ab002db42010300fe |