/ai-image-generator

Here's a Chat GPT & Next.js 13.2 & Microsoft Azure & TS image generator app

Primary LanguageTypeScript

AI image generator

Click here to see the app! Click here how it works locally!

What will I see in this build

πŸ‘‰ the DALLΒ·E 2.0 API to generate Art with input prompts!

πŸ‘‰ Set up & Deploy Microsoft Azure Functions to the cloud!

πŸ‘‰ Uploading/downloading images to & from Microsoft Azure Blob Storage securely!

πŸ‘‰ Usage of the ChatGPT API to create suggestion prompts for AI Art!

πŸ‘‰ Creating API endpoints in Next.js 13.2 app to securely manage requests

πŸ‘‰ A fully responsive site with Tailwind CSS

πŸ‘‰ Dynamic page routing in Next.js 13

πŸ‘‰ Usage of TypeScript to reduce the overall number of Bugs and Errors

πŸ‘‰ Deploy the final build on Vercel!

How to start project on your local machine?

  1. Download or clone this repository

  2. Install its dependencies: yarn / npm install

  3. Build the project: yarn build / npm run build

  4. Start the project: yarn dev / npm run dev

  5. The website is now working, hope you enjoy it πŸ˜ƒ