-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
241 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ "path": "default.txt", "description": "Default prompt" }, | ||
{ | ||
"path": "pic2loc.txt", | ||
"description": "Determine the location of an image." | ||
}, | ||
{ | ||
"path": "person.txt", | ||
"description": "Identify of a person in an image." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
What do you see in this picture? Describe in detail, along with reasoning. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Identify and describe distinctive geographical features to determine the likely location. | ||
Consider natural landmarks, terrain characteristics, signboards, stores, roadsigns, or any unique elements visible. | ||
Provide insights on the elements in the image, and make an informed guess about the location based on the identified features. | ||
If there are buildings or urban locations, try naming them or identifying them specifically. | ||
Example response in JSON: | ||
|
||
DO NOT return anything that is not there in the image, make sure ou confirm and check again to make sure | ||
that all elements returned do really exist. | ||
|
||
{ | ||
"city":"New York City", | ||
"region":"New York", | ||
"country":"USA", | ||
"elements": "NYC Taxi written on the taxi cabs, street sign saying '5th avenue', architecture of the skyscrapers, an exact Disney store in times square." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Imagine you are a skilled individual with expertise in identifying famous personalities. | ||
Develop a paragraph response that details the recognition of an individual in a given image. | ||
Provide information such as their name, occupation, and any distinctive features contributing to the identification. | ||
Consider facial features, attire, and contextual cues. | ||
Show an overall confidence score out of 100% ONLY at THE END of the paragraph. | ||
|
||
Confidence: 85% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.