-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
edb50ec
commit f7c299b
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
@@ -1,14 +1,11 @@ | ||
# AI Studio Starter Applets | ||
|
||
This repository contains the source code for AI Studio's | ||
[starter apps](https://aistudio.google.com/app/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](https://ai.google.dev/gemini-api/docs). These examples should give | ||
you an idea of how to get started. | ||
experiences. These apps are built to run inside AI Studio, but the versions | ||
included here can run standalone using the | ||
[Gemini API](https://ai.google.dev/gemini-api/docs). | ||
|
||
## [Spatial](/spatial/) | ||
|
||
@@ -22,22 +19,29 @@ | ||
reasoning capabilities, check out this | ||
[Colab notebook](https://github.com/google-gemini/cookbook/blob/main/gemini-2/spatial_understanding.ipynb). | ||
|
||
To develop locally, insert your Gemini API key in the `.env` file. | ||
## [Video](/video/) | ||
|
||
[Video Explorer](https://aistudio.google.com/app/starter-apps/video) 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. | ||
## [Maps](/maps/) | ||
|
||
[Map Explorer](https://aistudio.google.com/app/starter-apps/map) 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](https://developers.google.com/maps/documentation/embed/get-started). | ||
|
||
To develop locally, insert your Gemini API key where you see `your_key_here` in | ||
the `script.js` file. | ||
### Contributors | ||
|
||
- [@bencobley](https://github.com/bencobley) | ||
- [@dmotz](https://github.com/dmotz) | ||
- [@grantcuster](https://github.com/grantcuster) | ||
- [@hapticdata](https://github.com/hapticdata) |