Skip to content

Releases: fevieira27/ImageRecognitionAI-R

1.4.0 - Extra usage of Google Maps when other options fail

14 Jan 22:18
9118678
Compare
Choose a tag to compare
  • When neither Google Vision, Azure Vision, Google Maps (with word search) or Bing Maps (with word search) return any results, use the full Google Maps results (without any word search) and define landmark based on GPS proximity to photo.
  • Improvements for the GPT prompt on cases where the landmark is the city name

1.3.2 - Bug fix on street name reverse geocoding

14 Jan 21:15
91f0941
Compare
Choose a tag to compare
Update 4-AI_image_multimodal_location_GPT.R

1.3.1 - Improved reverse geocoding

14 Jan 16:54
ade3727
Compare
Choose a tag to compare

Improvements on the reverse geocoding (street, city and country identification) algorithm, addressing issues in some specific situations where the address is not found (i.e. middle of a field or very far from any roads)

1.3.0 - Improved results from Bing Maps

11 Jan 23:04
613b6b7
Compare
Choose a tag to compare

Improved results from Bing Maps Location Recognition, now also searching for Business POI

1.2.1 - Bug fix for text generation

10 Jan 23:16
09abf53
Compare
Choose a tag to compare

Correction of error that happened on the image description generation of files bigger than 4Mb

1.2.0 - Extra landmark identification source + Image Description

10 Jan 23:05
ccdbbdc
Compare
Choose a tag to compare
  1. Adding Azure's Cognitive Services as an extra data source to recognize landmarks, adding to the similar Google Vision that was already being used. The script will use whatever of the 2 have a highest confidence score, since Azure doesn't provide GPS coordinates to check with image data;
  2. Now also using Azure Vision API to generate a description of the image using AI.

1.1.0 - Minor improvements

05 Jan 10:50
23b4022
Compare
Choose a tag to compare

Bug fixes on specific situations

1.0.0 - Initial Version

28 Dec 12:08
e2e6b3d
Compare
Choose a tag to compare

First release