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

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.

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.

![image](https://user-images.githubusercontent.com/104893311/219140517-7bc72866-0be8-4e52-8d1d-db5a03925dd8.png)

![image](https://user-images.githubusercontent.com/104893311/219140591-6c2dcfca-0fc4-4438-aa20-3a9687ea1de8.png)

- 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