Bug 458094

Summary: Add support for imagga
Product: [Applications] digikam Reporter: Kusi <kusi>
Component: Tags-AutoAssignementAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: caulier.gilles, kusi, metzpinguin
Priority: NOR    
Version: 7.8.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 8.3.0
Sentry Crash Report:

Description Kusi 2022-08-20 10:48:41 UTC
Please add support for an automatic tagging mechanism based on AI, such as imagga.com. Imagga allows up to 1000 free API calls/month. 

Usage: Select album or a selection of images and choose "Set tags with Imagga" or "Set tags automatically". Preferrably, the automatic tags have a different color/style such that you can easily recognize if a tag was set manually or automatically (as Flickr does)
Comment 1 Maik Qualmann 2022-08-20 11:05:45 UTC

*** This bug has been marked as a duplicate of bug 384444 ***
Comment 2 Maik Qualmann 2022-08-20 11:09:17 UTC
1,000 free API calls are not a lot, we already had 30,000 with the Google Maps API before Google wanted paid access.

Also see this wish Bug 416988.

Maik
Comment 3 caulier.gilles 2023-12-01 04:30:24 UTC
Hi,

With next digiKam 8.3.0 release, the auto-tags assignment feature have been
implemented but without using a cloud service.

In fact digiKam will never use a cloud service to analyze local files, for
security/policy/right/performance reasons : local photo must never been shared
to the web in background for this kind of processing. The processing is done in
core application with delegate neural network models stored in computer.

For more details about auto-tags assignment feature, look on student work
report :

https://community.kde.org/GSoc/2023/StatusReports/QuocHungTran#Add_Automatic_Tags_Assignment_Tools_and_Improve_Face_Recognition_Engine_for_digiKam

Best regards
Gilles Caulier