Skip to content

ariba1039/flutter_gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published