Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.98 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.98 KB

Image-Diffusion

Our platform empowers users to unleash their imagination and create beautiful images with ease.

Demo Video

[site is down due to expired credits]

How It Works

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.

Features

  • 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.

Our Technology Stack

  • 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.

Get Started

  1. Clone the Repository: To get started, clone our GitHub repository to your local machine:

    git clone https://github.com/your-repository.git
    
  2. 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"
    
  3. Install Dependencies: Navigate to the project directory and install the necessary dependencies:

    cd your-repository
    npm install
    
  4. Start the Server: Once dependencies are installed, start the server:

    npm start
    
  5. 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!