Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 784 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 784 Bytes

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