DALL-E
DALL-E is a Reflex app for generating images using OpenAI's API
In this example we create a simple app for generating images using OpenAI's API.
Usage
To run this app locally, install Reflex and run:
git clone https://github.com/reflex-dev/reflex-examples.git cd reflex-examples/ci-job
Set up your OpenAI API key:
export OPEN_AI_KEY=your-openai-api-key
Install the dependencies and run the app:
pip install -r requirements.txt reflex run
More Templates
View All