Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.14 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.14 KB

AI Image Generator App

This is an AI image generator app based on the DALL-E 2 API, built with Node and Express.

Description

The AI image generator app allows users to generate unique and creative images based on text input. The app uses the DALL-E 2 API to create the images, and Node and Express for the backend. Users can input a text description of what they would like the image to depict along with choosing the size option which they want, and the app will generate a corresponding image.

Installation

To install the app, follow these steps:

  1. Clone the repository to your local machine using git clone https://github.com/tushar4303/tushar4303.git.
  2. Navigate to the project directory using cd AI-Image-Genenator-using-OpenAI.
  3. Install the dependencies using npm install.

Usage

To use the app, follow these steps:

  1. Start the app by running npm start.
  2. Open your web browser and navigate to http://localhost:5000.
  3. Input a text description of the image you would like to generate.
  4. Click the "Generate" button to generate the image.
  5. The app will display the generated image on the screen.