Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.26 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.26 KB

AI Icon Generator

Image Generator


Table of Contents

Introduction

The AI Icon Generator is a web application that utilizes the OpenAI API to generate images based on textual prompts. It leverages the power of the DALL·E model to create images from simple keywords.

Features

  • Enter a prompt and generate 3 set of images based on the provided text.
  • View/Download the generated image in the application.

Installation

  1. Clone the repository: git clone https://github.com/fahimsweb/ai-icon-generator

  2. Navigate to the project directory: cd ai-icon-generator

  3. Install the dependencies: npm install

  4. Set up your OpenAI API key by creating a .env file in the root directory and adding the following line: VITE_Open_AI_Key=your-openai-api-key

  5. npm run

Usage

  1. Enter a prompt in the text area provided.
  2. Click the "Generate" button to generate an image based on the prompt.

License

This project is licensed under the MIT License.

Contact

For any inquiries or support, please contact me at [email protected].