Install the Module
Run everything from your Magento root directory, as the web-server user or with the correct file permissions.
With Composer
composer require webkul/magento2-ai-review-translator
From a downloaded archive
If you bought the extension from the Webkul Store, unzip it and copy the files into app/code/Webkul/AIReviewTranslator/:
<magento-root>/
└── app/
└── code/
└── Webkul/
└── AIReviewTranslator/
├── etc/
├── Block/
├── Console/
├── Model/
├── Observer/
├── view/
└── registration.php
Create the Webkul and AIReviewTranslator folders yourself if they do not exist.
Do not run setup:upgrade yet
Install the AI packages first. Compiling before they are present works, but you will have to compile again afterwards.
Next: Install the AI Packages.
