Skip to content

This project is a futuristic DALL-E image generator web application. It allows users to transform text prompts into high-quality images with various styles and resolutions.

Notifications You must be signed in to change notification settings

alisamad1/AI-Image-Generator

Repository files navigation

DALL-E Image Generator

A simple web application that generates images using OpenAI's DALL-E model.

Setup

  1. Clone this repository
  2. Install the required dependencies:
    pip install -r requirements.txt
  3. Create a .env file in the root directory and add your OpenAI API key:
    OPENAI_API_KEY=your_api_key_here
    
  4. Run the application:
    python app.py
  5. Open your browser and navigate to http://localhost:8080

Usage

  1. Enter a description of the image you want to generate in the text area
  2. Click the "Generate Image" button
  3. Wait for the image to be generated
  4. The generated image will appear below the input area

Note

Make sure you have a valid OpenAI API key with access to the DALL-E model. You can get an API key by signing up at OpenAI's website.

About

This project is a futuristic DALL-E image generator web application. It allows users to transform text prompts into high-quality images with various styles and resolutions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published