Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krishnaacharyaa/ai-image-generator

Bring your imagination into life
https://github.com/krishnaacharyaa/ai-image-generator

cloudinary dalle2 express mern mern-stack mongodb node nodejs openai react reactjs tailwindcss

Last synced: 1 day ago
JSON representation

Bring your imagination into life

Awesome Lists containing this project

README

        

# AI Image Generator using OpenAI's API

## Snapshots
### Web
![image](https://user-images.githubusercontent.com/116620586/231067967-b41c0ab5-d309-4185-ad85-b725b97c3aa0.png)
![image](https://user-images.githubusercontent.com/116620586/231069251-14207ac8-b51f-4789-ab2a-9f2a88d66e07.png)
![image](https://user-images.githubusercontent.com/116620586/231069351-72d99ddc-72f5-4763-bbde-fad2040cef6d.png)

### Mobile
![image](https://user-images.githubusercontent.com/116620586/231069558-da2c18ca-35a8-434e-aefe-fd6c1528eed1.png)
![image](https://user-images.githubusercontent.com/116620586/231069611-a7cf4e20-5b0b-44f6-a076-74a07b09f5bf.png)
![image](https://user-images.githubusercontent.com/116620586/231069464-6ed2ea72-9645-4363-af58-ee41c5eb02a3.png)

#### Features:
- Responsive Design for both mobile and Web
- User can bring his imagination to live through prompt
- User can share his top generated image to the community
- User can search through prompts
- Checkout other shared images with the prompt
- Can download the shared image.

#### How to run ?

- Clone the repository
- Open 2 terminal
- Type in the following command in 1st terminal
```
cd server
npm install
npm start
```
- Type in the following command in 1st terminal
```
cd client
npm install
npm run dev
```