https://github.com/nabarvn/ai-image-generator
An image generator that utilizes the power of Dall-E 2, ChatGPT, and Microsoft Azure.
https://github.com/nabarvn/ai-image-generator
azure azure-functions azure-storage nextjs openai-api swr tailwindcss typescript
Last synced: 5 months ago
JSON representation
An image generator that utilizes the power of Dall-E 2, ChatGPT, and Microsoft Azure.
- Host: GitHub
- URL: https://github.com/nabarvn/ai-image-generator
- Owner: nabarvn
- Created: 2023-05-02T11:13:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T12:15:42.000Z (almost 2 years ago)
- Last Synced: 2023-12-27T13:28:36.132Z (almost 2 years ago)
- Topics: azure, azure-functions, azure-storage, nextjs, openai-api, swr, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://nabarun.ai
- Size: 1.33 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
AI Image Generator
Say hello to the creative side of yours!
View Project »
Report Bug
·
Request Feature
## About The Project
![]()
AI Image Generator is incredibly user-friendly, with a simple interface that allows you to input a description of the image you want to generate. The app then uses the power of Dall-E 2 to create a unique and relevant image that matches the prompt.
### Tech Stack:
- **Language**: [TypeScript](https://www.typescriptlang.org)
- **Framework**: [Next.js](https://nextjs.org)
- **Styling**: [Tailwind CSS](https://tailwindcss.com)
- **Analytics**: [Vercel Analytics](https://vercel.com/analytics)
- **Blob Storage**: [Microsoft Azure](https://azure.microsoft.com/en-us/free)
- **Data Fetching**: [SWR](https://swr.vercel.app/docs/getting-started)
- **API**: [OpenAI](https://platform.openai.com/docs/introduction)
- **Deployment**: [Vercel](https://vercel.com)### Related:
## Running Locally
This application requires Node.js v16.13+.
### Cloning the repository to the local machine:
```bash
git clone https://github.com/nabarvn/ai-image-generator.git
cd ai-image-generator
```### Installing the dependencies:
```bash
npm install
```### Running the application:
```bash
npm run dev
```## Credits
Thanks to *Sonny Sangha* for all of the amazing and knowledge packed content that he puts out on the internet. I hope I was able to do justice to that!
Don't forget to leave a STAR 🌟