Generate a picture book from a single prompt using OpenAI's new function calling and Replicate's API for Stable Diffusion. Store all your generated images and corresponding prompts in Deep Lake. Check example.pdf
or watch the video below for a peek at the output.
Built with LangChain, Deep Lake, and Replicate.
fableforge_demo.mp4
- Clone the repository
- Install requirements.txt
- Set up your OpenAI and Replicate API keys in
keys.env
- More on this below - To save your images and prompts, set up your Activeloop Deep Lake token and dataset path in
keys.env
- More on this below - Run
streamlit run main.py
to start the app!
During the creation of this project, I used Deep Lake to store the generated pictures and prompts in the cloud, as it makes it easy to work with multiple modalities of data (image/text), and displays them in a web UI. To set this up yourself, go to the Deep Lake website and make an account. Once logged in, you can click "Train deep learning models", then "Create dataset", which will guide you through getting an API token and dataset link. Put the token and dataset path in the keys.env
file and you're good to go.
A Replicate API key is necessary for this app. To get one, go to the Replicate website and create an account, then take your API key and put it in keys.env
. Replicate provides free image generation for new users.