Our platform empowers users to unleash their imagination and create beautiful images with ease.
[site is down due to expired credits]
Using cutting-edge technology, we harness the power of OpenAI's DALL-E model to generate stunning images based on your descriptions. Simply input your ideas, and watch as our AI brings them to life in the form of captivating visuals.
- Image Generation: Create unique and visually striking images effortlessly.
- Community Sharing: Share your creations with our vibrant community of fellow creators.
- Download and Save: Easily download and save your favorite images to enjoy anytime, anywhere.
- OpenAI Integration: Leveraging the power of OpenAI's DALL-E model for advanced image generation.
- Cloudinary Integration: Securely store and manage images with Cloudinary's robust platform.
- MongoDB Database: Store and organize user data efficiently with MongoDB.
-
Clone the Repository: To get started, clone our GitHub repository to your local machine:
git clone https://github.com/your-repository.git
-
Set Up Environment Variables: Create a
.env
file in the root directory of the project and add the following environment variables:OPENAI_API_KEY="your_openai_api_key" MONGODB_URL="your_mongodb_url" CLOUDINARY_CLOUD_NAME="your_cloudinary_cloud_name" CLOUDINARY_API_KEY="your_cloudinary_api_key" CLOUDINARY_API_SECRET="your_cloudinary_api_secret"
-
Install Dependencies: Navigate to the project directory and install the necessary dependencies:
cd your-repository npm install
-
Start the Server: Once dependencies are installed, start the server:
npm start
-
Explore and Create: Open your web browser and navigate to
http://localhost:3000
to access the [Your Site Name] platform. Start creating beautiful images and sharing them with the community!