Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.5 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.5 KB

Imaginate

Screenshot1 Screenshot2

Imaginate is an AI-powered image generator application built with Flutter. It allows users to create unique, high-quality images by simply inputting keywords or phrases. Ideal for personal projects, social media content, and professional use.

Features

  • Generate unique images using AI.
  • Intuitive and responsive user interface.
  • Fast image generation.
  • Compatible with both Android and iOS devices.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/saipy10/Imaginate.git
    cd imaginate
  2. Install dependencies:

    flutter pub get
  3. Run the application:

    flutter run

Usage

  1. Open the app on your device.
  2. Enter a keyword or phrase into the input field.
  3. Press the "Imaginate" button to create an image based on the input.

Contributing

Contributions are welcome! Please fork the repository and use a feature branch. Pull requests are reviewed on a regular basis.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.