Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manangandhi1810/cloudflare-ai-image-gen
An example Flutter app demonstrating the use of Clouflare Workers AI
https://github.com/manangandhi1810/cloudflare-ai-image-gen
Last synced: 1 day ago
JSON representation
An example Flutter app demonstrating the use of Clouflare Workers AI
- Host: GitHub
- URL: https://github.com/manangandhi1810/cloudflare-ai-image-gen
- Owner: MananGandhi1810
- Created: 2024-05-19T09:07:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T11:56:49.000Z (6 months ago)
- Last Synced: 2024-05-19T12:45:45.844Z (6 months ago)
- Language: C++
- Homepage: https://blog.manangandhi.tech/generate-ai-images-in-your-flutter-apps-with-cloudflare-workers-ai
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Image Generator
This is a simple AI image generator, using Cloudflare Workers AI API.
## How to use
1. Clone this repository
````bash
git clone https://github.com/MananGandhi1810/cloudflare-ai-image-gen
2. Install the dependencies
```bash
flutter pub get
````3. Run the app
```bash
flutter run
```## Demo
![demo](./Demo.gif)