https://github.com/kelvink96/ai-image-generator
This is a code repository for an AI image generator powered by OpenAi
https://github.com/kelvink96/ai-image-generator
cloudinary dall-e express mongodb openai react vite
Last synced: 3 months ago
JSON representation
This is a code repository for an AI image generator powered by OpenAi
- Host: GitHub
- URL: https://github.com/kelvink96/ai-image-generator
- Owner: kelvink96
- License: mit
- Created: 2023-04-08T08:47:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T19:20:43.000Z (about 2 years ago)
- Last Synced: 2025-01-22T13:39:28.560Z (5 months ago)
- Topics: cloudinary, dall-e, express, mongodb, openai, react, vite
- Language: TypeScript
- Homepage: https://ai-image-generator-ten-rho.vercel.app
- Size: 1.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Realtime AI Image Generator Application
## [Live Site](https://ai-image-generator-ten-rho.vercel.app/)

### Introduction
This is a AI image generator application powered by DALL-E.It is built using React, MongoDB, Express, Cloudinary and OpenAi.
### Walkthrough:
- A user submits a request for an image,
- The request is processed by DALL-E
- The response is displayed to the user
- The user can then share the generated image to the community
- The image will be to a repository of generated images by the community## Available pages
- Home
- Create Post## Technologies
Client
- vite
- react
- mantine v6
- react-helmet
- react-router-domServer
- mongoose (mongodb)
- express
- dotenv
- cloudinary