This application combines the power of AI image generation with a social sharing platform. Users can input descriptive text prompts to generate custom images, which can then be saved to their profile
This is a full-stack AI image generation application similar to DALL-E or Midjourney. It's built using the MERN stack (MongoDB, Express, React, Node.js).
Key features:
AI image generation using OpenAI's DALL-E API
Community sharing of generated images
Image storage in Cloudinary
MongoDB database for storing user posts
Modern UI with Tailwind CSS
The application has two main pages:
Home - displays a gallery of community-generated images
Create Post - allows users to generate new images by providing text prompts
Users can:
Input text prompts to generate AI images
Get random prompt suggestions with "Surprise Me" feature
Save generated images and share them with the community
Browse all community-shared images
The backend is structured with separate routes for posts and DALL-E API interactions, and uses MongoDB for data persistence. The frontend is built with React and uses React Router for navigation.
This project demonstrates integration with external APIs, user content creation, and community sharing features in a modern web application.
Scratch To Final Completed in the Hackathon Time period
NA