Skip to content

Must-have resource for anyone who wants to experiment with and build on the OpenAI vision API 🔥

Notifications You must be signed in to change notification settings

kamote/awesome-openai-vision-api-experiments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openai vision api experiments 🧪

👋 Hello

The must-have resource for anyone who wants to experiment with and build on the OpenAI Vision API. This repository serves as a hub for innovative experiments, showcasing a variety of applications ranging from simple image classifications to advanced zero-shot learning models. It's a space for both beginners and experts to explore the capabilities of the Vision API, share their findings, and collaborate on pushing the boundaries of visual AI.

Experimenting with the OpenAI API requires an API 🔑. You can get one here.

⚠️ Limitations

  • 100 API requests per single API key per day
  • Can't be used for object detection or image segmentation out of the box, but can be used for both with Autodistill (i.e. using Autodistill's DINO-GPT4V model).

🧪 Experiments

experiment complementary materials authors
WebcamGPT - chat with video stream GitHub Gradio @SkalskiP
HotDogGPT - simple image classification application GitHub Gradio @SkalskiP
zero-shot image classifier with GPT-4V GitHub @capjamesg
zero-shot object detection with GroundingDINO + GPT-4V GitHub Gradio @capjamesg
GPT-4V vs. CLIP GitHub @capjamesg
GPT-4V with Set-of-Mark (SoM) GitHub Jianwei Yang, Hao Zhang, Feng Li, Xueyan Zou, Chunyuan Li, Jianfeng Gao
GPT-4V on Web GitHub @Jiayi-Pan
automated voiceover of NBA game GitHub Colab @SkalskiP
webcamgpt.mov

📝 Guides and Explorations

🗞️ Must Read Papers

🦸 Contribution

We would love your help in making this repository even better! Whether you want to add a new experiment or have any suggestions for improvement, feel free to open an issue or pull request.

About

Must-have resource for anyone who wants to experiment with and build on the OpenAI vision API 🔥

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.0%
  • Python 1.0%