-
-
Notifications
You must be signed in to change notification settings - Fork 770
Add the ability to translate AI image descriptions #19338
Copy link
Copy link
Open
Labels
featurefeature/i18nInternationalization featuresInternationalization featuresfeature/localCaptionerUser facing features of the AI image descriptions feature in NVDAUser facing features of the AI image descriptions feature in NVDAp4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Milestone
Metadata
Metadata
Assignees
Labels
featurefeature/i18nInternationalization featuresInternationalization featuresfeature/localCaptionerUser facing features of the AI image descriptions feature in NVDAUser facing features of the AI image descriptions feature in NVDAp4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Is your feature request related to a problem? Please describe.
Currently AI image description are only in English.
An automated translations tool is required.
The ability to translate image descriptions requires some form of model manager to install AI translations tools.
This means this work is blocked on #18662 and #19337.
Describe the solution you'd like
Update the model manager proposed in #19337 to allow installing translation models.
Include the download size, input languages, and output languages.
NVDA should automatically translate AI image descriptions using a model that supports English to the set language.
As part of this also consider adding the ability to translate any text via this models while reading.
Describe alternatives you've considered
No response
Additional context
No response