AI Image Generator using OpenAI’s API
Snapshots
Web
Mobile
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