-
Notifications
You must be signed in to change notification settings - Fork 155
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
7efbdfc
commit 1316fb9
Showing
4 changed files
with
752 additions
and
728 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
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,20 @@ | ||
# Gemini 2.0 on Vertex AIL: Advanced Text, Multimodal Reasoning and Beyond | ||
|
||
This folder contains code samples and guidance for how to leverage the latest [Gemini 2.0](https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2) features and modeling capabilities. | ||
|
||
<table> | ||
|
||
<tr> | ||
<th style="text-align: center;">Description</th> | ||
<th style="text-align: center;">Contents</th> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="./ui_ux_tooling"><code>ui_ux_tooling/</code></a> | ||
</td> | ||
<td> | ||
UI and UX code samples demonstrating multimodal analysis and reasoning use cases | ||
</td> | ||
</tr> | ||
|
||
</table> |
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,9 @@ | ||
|
||
# Gemini 2.0 on Vertex AI: Front-end tooling for multimodal analysis and reasoning use cases | ||
|
||
This folder has code samples demonstrating processing Gemini 2.0 responses for analysis and multimodal reasoning use cases: | ||
|
||
### Spatial reasoning and bounding box rendering | ||
|
||
- [Spatial reasoning with Gemini 2.0 using Vertex AI SDK](./spatial_reasoning_SDK_for_gemini2.ipynb) | ||
- [Interactive spatial reasoning with Gemini 2.0](./spatial_reasoning_app_for_gemini2.ipynb) |
Oops, something went wrong.