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.
- Enter a prompt and generate 3 set of images based on the provided text.
- View/Download the generated image in the application.
-
Clone the repository:
git clone https://github.com/fahimsweb/ai-icon-generator
-
Navigate to the project directory:
cd ai-icon-generator
-
Install the dependencies:
npm install
-
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
-
npm run
- Enter a prompt in the text area provided.
- Click the "Generate" button to generate an image based on the prompt.
This project is licensed under the MIT License.
For any inquiries or support, please contact me at [email protected].