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.
- Host: GitHub
- URL: https://github.com/macopedia/akeneo-openai-translator
- Owner: macopedia
- License: other
- Created: 2023-03-23T08:03:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T09:49:45.000Z (7 months ago)
- Last Synced: 2025-04-02T23:07:49.113Z (19 days ago)
- Topics: akeneo, chatgpt, openai, pim, pim-extension, translation
- Language: PHP
- Homepage:
- Size: 70.3 KB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)