Skip to content

ffm5113/python_dalle3_local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

DALL-E 3 Image Generator Script

This Python script allows users to interact with OpenAI's DALL-E 3 API to generate images based on text prompts. It prompts the user to enter some text, submits this text to the DALL-E 3 model, and if successful, returns the URL of the requested image.

NOTE: OpenAI API documentation may change in the future. For the most current information, visit the official OpenAI site for developers.

Important Note

The images generated by the DALL-E 3 API are typically available for a short period of time, approximately 1 hour, before they are no longer accessible via the URL.

Authentication

The script requires an API key from OpenAI for authentication. Before running the script, set up an environment variable OPENAI_API_KEY with your OpenAI API key. Retrieve your API key from your API Keys page on OpenAI.

For assistance on setting up environment variables:

Features

  • Interactive prompt for user input.
  • Integration with OpenAI's DALL-E 3 API.
  • Returns the URL of the generated image based on the user's text input.

Prerequisites

Before running this script, ensure you have the following installed:

  • Python (3.x or above)
  • requests library for Python (for making HTTP requests)
  • An API key from OpenAI for DALL-E 3 access

Installation

  1. Install Python from Python's official website.
  2. Install the requests library using: pip install requests
  3. Set up an environment variable OPENAI_API_KEY with your OpenAI API key.

Usage

Run the script in a Python environment. Follow the interactive prompts to enter your text for image generation and receive the image URL.

OpenAI DALL-E 3 API Documentation

For more details about the DALL-E 3 API and its capabilities, please refer to the official OpenAI DALL-E 3 API documentation.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Python script utilizing OpenAI's DALL-E 3 API to generate images with AI from text prompts. It includes user input handling and returns generated image URLs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages