https://github.com/syed007hassan/ai-image-generation-app
Used OpenAI's API, for creating images based on the keywords and Cloudinary to store and process images.
https://github.com/syed007hassan/ai-image-generation-app
cloudinary-api expressjs mongodb nodejs openai-api tailwindcss vitejs
Last synced: 5 months ago
JSON representation
Used OpenAI's API, for creating images based on the keywords and Cloudinary to store and process images.
- Host: GitHub
- URL: https://github.com/syed007hassan/ai-image-generation-app
- Owner: Syed007Hassan
- Created: 2023-01-25T18:15:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T14:56:31.000Z (over 2 years ago)
- Last Synced: 2025-02-17T21:46:33.478Z (8 months ago)
- Topics: cloudinary-api, expressjs, mongodb, nodejs, openai-api, tailwindcss, vitejs
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI-Image-Generation-App
- Used [OpenAI](https://platform.openai.com/account/usage)'s API, for creating images based on the keywords and [Cloudinary](https://cloudinary.com/console/c-e3bfa32b29e8fa998bee9f1ec6c9a7) to store and process images.

- To run the project
```
git clone https://github.com/Syed007Hassan/AI-Image-Generation-App.git
```
- Configure the API keys of Cloudinary and OpenAi, refer to each of the controllers.
- To run client:
```
cd client
npm start
```
- To run server:
```
nodemon /
node server.js
```https://user-images.githubusercontent.com/104893311/219140963-ad742a31-a4a3-470a-9364-33de5967d0e8.mp4