An open API service indexing awesome lists of open source software.

https://github.com/macopedia/akeneo-openai-translator

Akeneo OpenAI Translator is an extension for Akeneo PIM that allows seamless translation of text attribute values using the OpenAI API. This tool enhances your product information management by providing accurate and efficient translations, streamlining global content management.
https://github.com/macopedia/akeneo-openai-translator

akeneo chatgpt openai pim pim-extension translation

Last synced: 11 days ago
JSON representation

Akeneo OpenAI Translator is an extension for Akeneo PIM that allows seamless translation of text attribute values using the OpenAI API. This tool enhances your product information management by providing accurate and efficient translations, streamlining global content management.

Awesome Lists containing this project

README

        

Akeneo OpenAi Translator
=====================================

Extension for Akeneo adding mass translation options for attributes.

### Installation

Install composer dependency

```shell
composer require macopedia/akeneo-openai-translator
```

register bundle in `config/bundles.php`

```php
return [
Macopedia\OpenAiTranslator\MacopediaTranslatorBundle::class => ['all' => true]
];
```

define Open AI Key in `.env` file:

```dotenv
OPEN_AI_KEY=yourapikey
```

add new job instance

```shell
bin/console akeneo:batch:create-job internal update_product_translations mass_edit update_product_translations '{}' 'Translate product'
```

Functionality
-------------------------
With our extension you can mass translate one attribute assigned to one channel to multiple attributes in multiple languages across different channels.

The highest quality of translation is ensured by artificial intelligence.

Extension uses [Open AI API](https://openai.com/product) - ChatGPT v3.5
### Requirements:

* Akeneo PIM >= 6.x

## Contact
`Akeneo OpenAi translator` is brought to you by [Macopedia](https://macopedia.com/).

[Contact us](https://macopedia.com/contact)