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.
- Generate unique images using AI.
- Intuitive and responsive user interface.
- Fast image generation.
- Compatible with both Android and iOS devices.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/saipy10/Imaginate.git cd imaginate
-
Install dependencies:
flutter pub get
-
Run the application:
flutter run
- Open the app on your device.
- Enter a keyword or phrase into the input field.
- Press the "Imaginate" button to create an image based on the input.
Contributions are welcome! Please fork the repository and use a feature branch. Pull requests are reviewed on a regular basis.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.