Skip to content

A demo project to explore Gemini ✨ with Flutter.

Notifications You must be signed in to change notification settings

ahmadexe/Flutter-Gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gemini_banner

Flutter x Gemini ✨

This repo is a basic project to show the use of Gemini with Flutter, google's AI powered chat bot with google's leading UI toolkit.

What's Gemini ✨

Gemini is a family of multimodal large language models developed by Google DeepMind, serving as the successor to LaMDA and PaLM 2. Comprising Gemini Ultra, Gemini Pro, and Gemini Nano, it was announced on December 6, 2023, positioned as a competitor to OpenAI's GPT-4. It powers the generative artificial intelligence chatbot of the same name. Yep, this is from wikipedia. In short words, Gemini is a multimodal AI powered chatbot that takes both images and texts as input.

Gemini API 🚀

The Gemini API gives you access to the latest generative AI models from Google. The repo covers a few of them. You can view the useage in lib/services/gemini_service.dart

How to use? 👨‍💻

  1. Clone the repo by running git clone [email protected]:ahmadexe/Flutter-Gemini.git

  2. Run in root directory of the project flutter pub get

  3. Get the API key from Google AI Studio

  4. Run the project using flutter run --dart-define="GEMINI_API_KEY="

Feel free to open PRs, star the repo to show love. Built with love, in Flutter 💙

About

A demo project to explore Gemini ✨ with Flutter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published