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.
Currently, these apps are built to run inside AI Studio, but in the near future we'll update them to run standalone using the Gemini API. These examples should give you an idea of how to get started.
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 the Gemini's spatial reasoning capabilities, check out this Colab notebook.
Video Explorer is a simple app that allows you to explore events within videos using Gemini. It was built with React.
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.