Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 470 Bytes

File metadata and controls

6 lines (4 loc) · 470 Bytes

Realtime Multiturn Chatbot with Flutter & Gemini

The project aims to create a simple AI chatbot that utilizes the Dart package google_generative_ai and the Gemini AI model. Using dart_frog as a backend server, the project establishes a WebSocket connection between the client and the server to build a real-time, multi-turn AI chatbot.

Hero