An AI-based Image Generator, a MERN stack application that utilizes the Stable Diffusion Model API to generate images based on user prompts. The application allows users to input prompts and enables sharing them with the community.
- AI Image Generation using Stable Diffusion Model API
- User Prompt Input for image generation
- Image Sharing with the community using MongoDB and Cloudinary
- Display of shared images with the community
- MERN Stack (MongoDB, Express.js, React, Node.js)
- Stable Diffusion Model API
- Cloudinary
- Clone the repository
git clone https://github.com/ashima-09/AI_Image_Generator- Run the server directory
npm i
npm start run- Run the client directory
npm i
npm run dev