Skip to content

Commit

Permalink
Create README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirendra-creater authored Jan 4, 2025
1 parent edb50ec commit f7c299b
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions README
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)

0 comments on commit f7c299b

Please sign in to comment.