This repository contains the source code for AI Studio's starter apps — a collection of small apps that demonstrate how Gemini can be used to create interactive experiences. These apps are built to run inside AI Studio, but the versions included here can run standalone using the Gemini API.
Spatial Understanding is a simple demonstration of Gemini's 2D and 3D spatial understanding and reasoning capabilities. It was built with React.
This example should give you an idea of how to get started with spatial analysis using Gemini. Check out Prompt.tsx to see how bounding box parsing is implemented. To dive deeper into Gemini's spatial reasoning capabilities, check out this Colab notebook.
To develop locally, insert your Gemini API key in the .env
file.
Video Analyzer is a simple app that allows you to explore events within videos using Gemini. It was built with React.
To develop locally, insert your Gemini API key in the .env
file.
Map Explorer is a simple app that allows you to explore a map using Gemini and the Google Maps API. It was built using Lit and the Maps Embed API.
To develop locally, insert your Gemini API key where you see your_key_here
in
the script.js
file.