You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-5Lines changed: 19 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ Experimenting with the OpenAI API requires an API 🔑. You can get one
14
14
15
15
## ⚠️ Limitations
16
16
17
-
- 100 API requests per single API key per day
18
-
- Can't be used for object detection or image segmentation
17
+
- 100 API requests per single API key per day.
18
+
- Can't be used for object detection or image segmentation. We can solve this problem by combining GPT-4V with foundational models like GroundingDINO or Segment Anything (SAM). Please take a look at the [example](https://github.com/roboflow/awesome-openai-vision-api-experiments/tree/main/experiments/gpt4v-grounding-dino-detection) and read our [blog post](https://blog.roboflow.com/dino-gpt-4v).
19
19
20
20
## 🧪 Experiments
21
21
@@ -32,7 +32,10 @@ Experimenting with the OpenAI API requires an API 🔑. You can get one
32
32
| zero-shot object detection with GroundingDINO + GPT-4V |[](https://github.com/roboflow/awesome-openai-vision-api-experiments/tree/main/experiments/gpt4v-grounding-dino-detection)[](https://huggingface.co/spaces/Roboflow/DINO-GPT4V)|@capjamesg|
33
33
| GPT-4V vs. CLIP |[](https://github.com/roboflow/awesome-openai-vision-api-experiments/tree/main/experiments/gpt4v-vs-clip)|@capjamesg|
| GPT-4V on Web |[](https://github.com/Jiayi-Pan/GPT-V-on-Web)|@Jiayi-Pan|
36
+
| automated voiceover of NBA game |[](https://github.com/roboflow/awesome-openai-vision-api-experiments/tree/main/experiments/automated-voiceover-of-nba-game)[](https://colab.research.google.com/github/roboflow/awesome-openai-vision-api-experiments/blob/main/experiments/automated-voiceover-of-nba-game/notebook.ipynb)|@SkalskiP|
by Zhengyuan Yang, Linjie Li, Kevin Lin, Jianfeng Wang, Chung-Ching Lin, Zicheng Liu, Lijuan Wang
45
48
-[GPT-4 System Card](https://cdn.openai.com/papers/gpt-4-system-card.pdf) by OpenAI
46
49
50
+
## 🖊️ Blogs
51
+
52
+
-[How CLIP and GPT-4V Compare for Classification](https://blog.roboflow.com/clip-vs-gpt-4v/)
53
+
-[Experiments with GPT-4V for Object Detection](https://blog.roboflow.com/gpt-4v-object-detection/)
54
+
-[Distilling GPT-4 for Classification with an API](https://blog.roboflow.com/gpt-4-image-classification/)
55
+
-[DINO-GPT4-V: Use GPT-4V in a Two-Stage Detection Model](https://blog.roboflow.com/dino-gpt-4v/)
56
+
-[First Impressions with GPT-4V(ision)](https://blog.roboflow.com/gpt-4-vision/)
57
+
47
58
## 🦸 Contribution
48
-
I would love your help in making this repository even better! Whether you want to
49
-
correct a typo, add some new experiment, or if you have any suggestions for improvement,
59
+
60
+
We would love your help in making this repository even better! Whether you want to
61
+
add a new experiment or have any suggestions for improvement,
50
62
feel free to open an [issue](https://github.com/roboflow/awesome-openai-vision-api-experiments/issues)
51
63
or [pull request](https://github.com/roboflow/awesome-openai-vision-api-experiments/pulls).
64
+
65
+
If you are up to the task and want to add a new experiment, please look at our [contribution guide](https://github.com/roboflow/awesome-openai-vision-api-experiments/blob/main/CONTRIBUTING.md). There you can find all the information you need.
"GPT-4V on Web","https://github.com/Jiayi-Pan/GPT-V-on-Web","","",@Jiayi-Pan
10
+
"automated voiceover of NBA game","https://github.com/roboflow/awesome-openai-vision-api-experiments/tree/main/experiments/automated-voiceover-of-nba-game","","https://colab.research.google.com/github/roboflow/awesome-openai-vision-api-experiments/blob/main/experiments/automated-voiceover-of-nba-game/notebook.ipynb",@SkalskiP
11
+
"GPT with Vision Checkup", https://github.com/roboflow/gpt-checkup,,, Roboflow team
0 commit comments