AI powered Image Generator made using HTML, CSS and JavaScript. The OpenAI API was used to generate these images.
Instructions to run the project:
- Sign up on https://platform.openai.com/
- In the left panel navigate and click on "API Keys" option
- Generate a new API key for yourself (Open AI provides free $5 credits to new signups)
- Copy and Paste the API key in the JavaScript code on line 5 (replace YOUR-OPENAI-API-KEY with your API key)
- Launch using Live Server locally or host on GithubPages/Vercel/Netlify and START GENERATING IMAGES!