Skip to content

Commit

Permalink
feat: adding open "guess what" app (GoogleCloudPlatform#1466)
Browse files Browse the repository at this point in the history
# Description

This notebook shows how you can use Vertex AI and Hugging Face Deep
Learning container to create a simple "Guess who or what" application
which combines an image generation open model with Gemini to answer and
represent subjects of Guess who or what riddles.

Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make
sure it goes smoothly:

- [x] Follow the [`CONTRIBUTING`
Guide](https://github.com/GoogleCloudPlatform/generative-ai/blob/main/CONTRIBUTING.md).
- [x] You are listed as the author in your notebook or README file.
- [x] Your account is listed in
[`CODEOWNERS`](https://github.com/GoogleCloudPlatform/generative-ai/blob/main/.github/CODEOWNERS)
for the file(s).
- [x] Make your Pull Request title in the
<https://www.conventionalcommits.org/> specification.
- [x] Ensure the tests and linter pass (Run `nox -s format` from the
repository root to format).
- [x] Appropriate docs were updated (if necessary)

---------

Co-authored-by: Holt Skinner <holtskinner@google.com>
  • Loading branch information
inardini and holtskinner authored Nov 27, 2024
1 parent 2e529d6 commit dc46d62
Show file tree
Hide file tree
Showing 2 changed files with 807 additions and 0 deletions.
4 changes: 4 additions & 0 deletions open-models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ This repository contains examples for deploying and fine-tuning open source mode
### Fine-tuning

- [fine-tuning/vertex_ai_trl_fine_tuning_gemma.ipynb](./fine-tuning/vertex_ai_trl_fine_tuning_gemma.ipynb) - This notebooks provides steps and code to fine-tune Google Gemma with TRL via the Hugging Face PyTorch DLC for Training on Vertex AI.

### Use cases

- [use-cases/guess_app.ipynb](./use-cases/guess_app.ipynb) - This notebook shows how to build a "Guess Who" app using FLUX and Gemini.
Loading

0 comments on commit dc46d62

Please sign in to comment.