Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n4cr committed Mar 5, 2024
1 parent 46a0fb7 commit 05f307d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/gpt4-vision-structured-image-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2024-03-05T21:38:01+01:00
draft: false
---

The OpenAI [GPT-4 vision model](https://platform.openai.com/docs/guides/vision) allows you to understand images and generate text about them. This model is used by ChatGPT when you upload an image and ask a question about it. It is quite powerful and can be used in a variety of applications. The model is also accesible via the OpenAI API. You can upload an image and run a prompt against it to generate a text output.
The OpenAI [GPT-4 vision model](https://platform.openai.com/docs/guides/vision) allows you to understand images and generate text about them. This model is used by ChatGPT when you upload an image and ask a question about it. It is quite powerful and can be used in a variety of applications. The model is also accessible via the OpenAI API. You can upload an image and run a prompt against it to generate a text output.

An interesting use case is to extract structured data from images so you can make them searchable. Imagine, you have a bunch of aerial images for some land and you want to have the images indexed structurally in a database. You can use GPT-4 vision to extract a JSON object from the image. Here are two examples and then next is the code to do it.

Expand Down

0 comments on commit 05f307d

Please sign in to comment.