Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.07 KB

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 😃