Hello! I would like to show a web and mobile app called My AI Journey Work that uses [ImagineAI] (https://www.imagine.art/) API endpoints to create photorealistic text-based AI art. The project was inspired by a project that Gonzalo Pozzo had done a few weeks ago using NextJS and ReplicateAI.
The idea is to integrate AI image generation into Flutter and create any image starting by using images as part of a message (text) to influence composition, style and colors . Text prompts are used with image prompts or can be used alone. Once an image is generated, it is stored in your Cloudinary account as a resource.
The flutter version implementes the MVC architecture design pattern and Bloc for the state management.