Skip to content

Commit

Permalink
Merge pull request #19 from roboflow/feature/grounding_dino_and_gpt4_…
Browse files Browse the repository at this point in the history
…vision_cookbook

Add new "grounding_dino_and_gpt4_vision" notebook
  • Loading branch information
SkalskiP committed Dec 4, 2023
2 parents 80f3294 + 98d5878 commit 5b055e5
Show file tree
Hide file tree
Showing 2 changed files with 2,575 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,15 @@ pip install maestro

![maestro-docs-Snap](https://github.com/roboflow/multimodal-maestro/assets/26109316/a787b7c0-527e-465a-9ca9-d46f4d63ea53)

## 🚀 examples
## 🧑‍🍳 prompting cookbooks

### GPT-4 Vision
| Name | Description | Colab |
|:-------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------|
| [Multimodal Maestro + GPT-4V](https://github.com/roboflow/multimodal-maestro/blob/develop/cookbooks/multimodal_maestro_gpt_4_vision.ipynb) | Prompt LMMs with Multimodal Maestro | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow/multimodal-maestro/blob/develop/cookbooks/multimodal_maestro_gpt_4_vision.ipynb) |
| [GroundingDINO + GPT-4V](https://github.com/roboflow/multimodal-maestro/blob/develop/cookbooks/grounding_dino_and_gpt4_vision.ipynb) | Manually annotate ONE image and let GPT-4V annotate ALL of them | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/roboflow/multimodal-maestro/blob/develop/cookbooks/grounding_dino_and_gpt4_vision.ipynb) |


## 🚀 example

```
Find dog.
Expand Down
Loading

0 comments on commit 5b055e5

Please sign in to comment.