Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 1.35 KB

README.md

File metadata and controls

29 lines (14 loc) · 1.35 KB

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 💙