Skip to content

Generates AI-powered images based on user prompts. It leverages state-of-the-art AI models to create unique and stunning visuals with just a few clicks.

Notifications You must be signed in to change notification settings

Sivasish48/Imagine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Imagine AI Image Generator

Imagine is a web application that generates AI-powered images based on user prompts. It leverages state-of-the-art AI models to create unique and stunning visuals with just a few clicks.

Demo

Check out our demo video to see Imagine in action:

Imagine AI Image Generator Demo

Features

  • Generate images from text prompts
  • User-friendly interface
  • Quick image generation
  • Download generated images
  • Responsive design for desktop and mobile

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • npm (v6 or later)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/imagine-ai-generator.git
    
  2. Navigate to the project directory:

    cd imagine-ai-generator
    
  3. Install dependencies:

    npm install
    
  4. Create a .env file in the root directory and add your API key:

    REPLICATE_API_TOKEN=your_api_key_here
    
  5. Start the development server:

    npm run dev
    
  6. Open your browser and visit http://localhost:3000

Usage

  1. Enter a descriptive prompt in the text field
  2. Click the "Generate" button
  3. Wait for the AI to create your image
  4. Once generated, you can view and download the image

Technologies Used

  • React
  • Next.js
  • Tailwind CSS
  • Replicate AI API

Contributing

We welcome contributions to Imagine! Please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Submit a pull request

Acknowledgments

  • Thanks to Replicate for providing the AI image generation API
  • Inspired by the creativity of the AI and art community

About

Generates AI-powered images based on user prompts. It leverages state-of-the-art AI models to create unique and stunning visuals with just a few clicks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages