Skip to content

Commit 32e1828

Browse files
authored
Update README.md
1 parent f4bc563 commit 32e1828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ImageAI-R
2-
Script to load a local image, use TensorFlow/Keras to identify people, pets and objects, creating tags based on the ImageNet classification database (from a total of 1000 tags available).
2+
R scripts developed to load a local image, identify people/pets/objects and create tags based on the ImageNet classification database (from a total of 1000 tags available). Additionally, it tries to identify the landmark/location based on Google/Azure Vision and Google/Bing maps API, using all this information to automatically generate a prompt to Bing Chat.
33

4-
There are now 3 types of scripts:
4+
There are 4 types of scripts:
55
- A **simple** one that uses only a single AI model ([1-AI_image_tag_simple.R](1-AI_image_tag_simple.R));
66

77
- A more **complex** that uses 15 models at the same time, knowing that depending on the image some models work better than others. This script aims to get the classification tags from those more prevalent and with higher prediction confidence accross all models ([2-AI_image_tag_multimodal.R](2-AI_image_tag_multimodal.R));

0 commit comments

Comments
 (0)