Skip to content

AyeshaIftikhar/flutter_ai

Repository files navigation

AI Implementation in Flutter

In today’s tech-driven world, integrating AI into applications has become increasingly popular, offering seamless interaction and enhanced user experience. In this project will will be exploring different AI modals to use in our Flutter Applications with their possible implementations.

Current Implementations

  • Gemini AI We have currently implemented Gemini AI text model, for text generation via google_generative_ai package and direct API call for chatbots as well.

Here is the complete demo: Gemini AI Text Model Demo. Read in detail about this on Medium