↓ メインコンテンツへスキップ

Gemini

Talks & Events

Build a photo restoration app using Genkit Go and Nano Banana Pro

In this codelab, we are going to build GlowUp, a photo restoration tool. GlowUp uses AI to restore old, damaged, or black-and-white photos, creating high-quality 4K color images. You can use this tool to give a new life to your family photos, or even adapt it to restore damaged illustrations, drawings, paintings or other forms of images.

Vibe Code a 2D Game using Go and Gemini

This talk provides supporting material for a workshop focused on "vibe coding" a 2D game. It demonstrates how to build such a game using the Go programming language and the Gemini AI.

Build Rich Agentic Interfaces with ADK and A2UI

Hands-on session demonstrating how to design and build interactive, multimodal agentic user interfaces with Google's ADK and A2UI framework.

Build your own executive assistant with ADK and Gemini

This talk explores how to leverage ADK (Assistant Development Kit) and Gemini to create a personalized executive assistant. Attendees will learn the practical steps and tools involved in developing an AI-powered assistant to streamline their workflow.

Advanced Techniques for Building Agents with ADK and Vertex AI

Agent Development Kit (ADK) is an open source agent development framework built by Google. In this talk we are going to see how to leverage Vertex AI to make production-ready agents that include features like memory, session management, artifact management, RAG and others. The session will walk you through the development of an “Executive Assistant” agent that will learn not only about your tasks, but your preferences. Even if you have never built an agent before, in this talk you will learn how to quickly ramp up using Gemini CLI, the developer knowledge MCP and codewiki, for a truly modern agent development experience.

Tech Talk: Diagnostic agent using Gemini and OSQuery

Inspired by the "computer" in Star Trek, in this talk we are going to create a natural language diagnostic agent that can answer questions about your computer, from asking the number of cores and amount of memory installed to running a "Level 1 Diagnostic Procedure". This AI agent will be built step by step using Python, Vertex AI, Gemini and OSQuery.

How to create a diagnostics agent using Gemini and OSQuery

Inspired by the "computer" in Star Trek, in this talk we are going to create a natural language diagnostic agent that can answer questions about your computer, from asking the number of cores and amount of memory installed to running a "Level 1 Diagnostic Procedure".

How to create a diagnostic agent using Gemini and OSQuery

Inspired by the "computer" in Star Trek, in this talk we are going to create a natural language diagnostic agent that can answer questions about your computer, from asking the number of cores and amount of memory installed to running a "Level 1 Diagnostic Procedure".

Como criar um agente de diagnósticos usando Gemini e Osquery

This talk demonstrates how to build an AI agent step-by-step using Python, Vertex AI, Gemini, and Osquery. It explores how Osquery, a tool for exposing OS information via SQL, can be leveraged by large language models to enable advanced diagnostics through natural language queries, eliminating the need to memorize complex command lines.

Gemini 2.x for Developers

Hands-on workshop on building and deploying applications with the latest Gemini 2.x models, covering multimodal capabilities, tool use, and best practices for developer workflows.

Articles

Go開発者のためのGemini:Geminiでコーディングする

· 23 分· loading · loading
エージェント・コーディング
「Go開発者のためのGemini」第2部。Goの高いエージェンティック親和性、Antigravityエコシステムの各サーフェス、実践的なAIネイティブ開発環境の構築手順を徹底解説します。

Genkit と Gemini 3 で古い写真に命を吹き込む

· 15 分· loading · loading
応用GenAI
Go、Genkit、そして Nano Banana Pro(Gemini 3 Pro Image)のネイティブ 4K 機能を活用して、高精細な写真復元ツールを構築する方法を解説します。

ADK、Ollama、SQLite で完全オフラインなエージェントを構築する方法

· 15 分· loading · loading
エージェント開発
AI エージェントを完全オフラインで動作させる方法を解説します。クラウドモデルから Ollama 経由のローカル Qwen 2.5 への切り替えや、SQLite と sqlite-rag を使った Osquery スキーマおよびクエリパックのローカル RAG 構築手順を詳しく紹介します。

Dev-UI の先へ:ADK エージェントのカスタムインターフェースを構築する

· 18 分· loading · loading
エージェント開発
Google ADK エージェントにレトロスタイルのカスタムインターフェースを構築する実践ガイド。FastAPI とバニラ JavaScript を用いて標準の Dev-UI を置き換え、Gemini CLI で生成したアバターをリアルタイムストリーミングに合わせてアニメーションさせる手法を解説します。

Agent Development Kit で診断エージェントを作成する方法

· 18 分· loading · loading
エージェント開発
Agent Development Kit(ADK)を使用して診断エージェントを作成するための実践ガイドです。開発プロセスを詳しく解説し、Vertex AI RAG を活用してエージェントの回答精度を高める方法を説明します。

Hello, MCP World!:Goで始めるModel Context Protocol入門

· 14 分· loading · loading
エージェント開発
GopherCon UK 2025 での基調講演をベースに、Model Context Protocol(MCP)の基本概念、アーキテクチャ、そして Go で AI 対応アプリケーションを構築するためのビルディングブロック(Tools、Prompts、Resources)を詳しく解説します。

Vertex AI SDK for Python を深く掘り下げる

· 16 分· loading · loading
エージェント開発
Vertex AI SDK for Python を使用して、クライアントコードと Gemini API 間の通信モデル、メッセージ構造、および低レイヤーでの手動 Function Calling の仕組みを深く掘り下げて解説します。