Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhav-kesarwani/artify-ai
𝗔𝗿𝘁𝗶𝗳𝘆 𝗔𝗜 is a powerful 𝘁𝗲𝘅𝘁-𝘁𝗼-𝗶𝗺𝗮𝗴𝗲 𝗴𝗲𝗻𝗲𝗿𝗮𝘁𝗼𝗿 🖼️ that transforms your text descriptions into stunning images 🎨 using advanced 𝗺𝗮𝗰𝗵𝗶𝗻𝗲 𝗹𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝗺𝗼𝗱𝗲𝗹𝘀 🤖. Built with Flutter, 𝗔𝗿𝘁𝗶𝗳𝘆 𝗔𝗜 offers a seamless and interactive user experience 🚀 for creating unique visuals from text prompts ✍️.
https://github.com/vaibhav-kesarwani/artify-ai
articicial-inteligence flutter image-classification image-processing machine-learning provider-state-management
Last synced: about 1 month ago
JSON representation
𝗔𝗿𝘁𝗶𝗳𝘆 𝗔𝗜 is a powerful 𝘁𝗲𝘅𝘁-𝘁𝗼-𝗶𝗺𝗮𝗴𝗲 𝗴𝗲𝗻𝗲𝗿𝗮𝘁𝗼𝗿 🖼️ that transforms your text descriptions into stunning images 🎨 using advanced 𝗺𝗮𝗰𝗵𝗶𝗻𝗲 𝗹𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝗺𝗼𝗱𝗲𝗹𝘀 🤖. Built with Flutter, 𝗔𝗿𝘁𝗶𝗳𝘆 𝗔𝗜 offers a seamless and interactive user experience 🚀 for creating unique visuals from text prompts ✍️.
- Host: GitHub
- URL: https://github.com/vaibhav-kesarwani/artify-ai
- Owner: Vaibhav-kesarwani
- License: mit
- Created: 2024-09-02T03:27:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T16:36:44.000Z (5 months ago)
- Last Synced: 2024-11-08T12:08:35.709Z (3 months ago)
- Topics: articicial-inteligence, flutter, image-classification, image-processing, machine-learning, provider-state-management
- Language: C++
- Homepage: https://shorturl.at/REmeT
- Size: 1.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Artify AI
Artify AI is a powerful text-to-image generator that transforms your text descriptions into stunning images using advanced machine learning models. Built with Flutter, Artify AI offers a seamless and interactive user experience for creating unique visuals from text prompts.## Project Overview
Artify AI leverages state-of-the-art machine learning algorithms to interpret textual descriptions and generate corresponding images. This project aims to provide users with an intuitive and creative tool for visualizing their ideas, whether for design, art, or entertainment purposes.## Key Highlights:
- **Cross-Platform:** Developed using Flutter, Artify AI works seamlessly on both Android and iOS devices 📱.
- **Real-Time Generation:** Instant feedback as users type, making the creative process more dynamic and interactive ⏱️.
- **User-Friendly Interface:** A clean, modern design ensures a smooth user experience, even for those unfamiliar with tech 🧑💻.## Use Cases:
- **Design Inspiration:** Quickly generate visual concepts based on written ideas.
- **Artistic Expression:** Explore and create digital art through simple text inputs.
- **Creative Storytelling:** Bring your narratives to life with matching visuals.## Features
- **Text-to-Image Generation:** Convert your textual descriptions into beautiful images with high accuracy.
- **User-Friendly Interface:** A clean and intuitive UI designed with Flutter for a smooth user experience.
- **Cross-Platform Support:** Runs on both Android and iOS devices.
- **Real-Time Preview:** Get instant feedback as you type, with real-time image generation.## Screenshots
![]()
![]()
![]()
### Apk : [Link](https://shorturl.at/REmeT)
## Technologies Used
- **Flutter:** For building the cross-platform mobile application.
- **Dart:** The programming language used with Flutter.
- **Machine Learning Model:** Generative adversarial networks (GANs)## Getting Started
Follow these instructions to set up the project locally on your machine.### Prerequisites
- Flutter SDK: [Installation Guide](https://docs.flutter.dev/get-started/install?gad_source=1&gclid=Cj0KCQjw0Oq2BhCCARIsAA5hubXP0838kDs9thnmartKS6MEVoyn6Sp0ERfkcFClIjvLiMcA-KruuGEaAlG9EALw_wcB&gclsrc=aw.ds)
- Dart SDK: Included with Flutter
- A code editor (VSCode, Android Studio, etc.)
- Android/iOS Emulator or a physical device### Setup Instructions
1. **Clone the repository:**
```bash
git clone https://github.com/Vaibhav-kesarwani/artify-ai.git
cd artify-ai
```2. **Install dependencies:**
```bash
flutter pub get
```3. **Run the app:**
> - **For Android:**
> ```bash
> flutter run
> ```
> - **For iOS:**
> ```bash
> flutter run
> ```4. **Build the APK:**
```bash
flutter build apk
```5. **Run on an Emulator or Physical Device:**
> - Ensure your device is connected or an emulator is running, then execute:
> ```bash
> flutter run
> ```## File Structure
Here is an overview of the project directory structure:
```lua
artify-ai/
├── .dart_tool
├── .idea
├── android/
│ ├── .gradle
│ ├── app
│ ├── gradle
│ ├── .gitignore
│ ├── build.gradle
│ ├── gradle.properties
│ ├── gradlew
│ ├── gradlew.bat
│ ├── local.properties
│ └── settings.gradle
│
├── build/
│ ├── app
│ ├── b62cd....5e
│ ├── kotlin
│ ├── path_provider_android
│ └── cache.dill.track.dill
│
├── image/
│ └── app.png
│
├── ios/
│ ├── Flutter
│ ├── Runner
│ ├── Runner.xcodeproj
│ ├── Runner.xcworkspace
│ ├── RunnerTests
│ └── .gitignore
│
├── lib/
│ ├── app/
│ │ └── app.dart
│ ├── views/
│ │ └── home/
│ │ ├── home_provider.dart
│ │ └── home.dart
│ └── main.dart
│
├── linux/
│ ├── flutter
│ ├── .gitignore
│ ├── CMakeLists.txt
│ ├── main.cc
│ ├── my_application.cc
│ └── my_application.h
│
├── macos/
│ ├── Flutter
│ ├── Runner
│ ├── Runner.xcodeproj
│ ├── Runner.xcworkspace
│ ├── RunnerTests
│ └── .gitignore
│
├── test/
│ └── widget_test.dart
│
├── web/
│ ├── icons
│ ├── favicon.png
│ ├── index.html
│ └── manifest.json
│
├── windows/
│ ├── flutter
│ ├── runner
│ ├── .gitignore
│ └── CMakeLists.txt
│
├── .gitignore
├── .metadata
├── analysis_options.yaml
├── CODE_OF_CONDUCT.md
├── LICENSE
├── pubspec.lock
├── pubspec.yaml
└── README.md
```## Contributing
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:- Fork the repository & Star the repository
- Create a new branch (git checkout -b feature)
- Make your changes
- Commit your changes (git commit -am 'Add new feature')
- Push to the branch (git push origin feature)
- Create a new Pull Request## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Vaibhav-kesarwani/artify-ai/blob/main/LICENSE) file for details.## Acknowledgements
1. [Flutter](https://flutter.dev/)
2. [Dart](https://dart.dev/)
3. [Tensorflow](https://www.tensorflow.org/)
4. [Stability ai](https://stability.ai/)## Contact
If you have any questions or suggestions, feel free to reach out to me at :
1. [GitHub](https://github.com/Vaibhav-kesarwani)
2. [Linkedin](https://www.linkedin.com/in/vaibhav-kesarwani-9b5b35252/)
3. [Twitter](https://twitter.com/Vaibhav_k__)
4. [Portfolio](https://vaibhavkesarwani.vercel.app)**Happy Coding!**
![]()