An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Realtime AI Image Generator Application

## [Live Site](https://ai-image-generator-ten-rho.vercel.app/)

![img.png](img.png)

### 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-dom

Server
- mongoose (mongodb)
- express
- dotenv
- cloudinary