Skip to content

capybara-translation/CapybaraTranslateAddin

Repository files navigation

Capybara Translate Addin

Overview

Capybara Translate Addin is an Excel addin that allows you to call the APIs of major machine translation, text-to-speech, and speech-to-text services.

Machine translation services currently available include:

  • Google Cloud Translation API V2
  • DeepL API
  • OpenAI API (gpt-4)

Text-to-speech services currently available include:

  • Google Text-to-Speech API V1

Speech-to-text services currently available include:

  • Google Speech-to-Text API V1

Setting up Capybara Translate Addin

You can download the installer from the Release page. You need to obtain API keys for the services mentioned above (a service account key for Google) before using this addin. After obtaining the API keys, install the addin, launch Excel, and click Capybara Translate tab > Preferences > Settings to display the Settings dialog. In the Settings dialog, enter the API keys in the corresponding text fields and click the OK button to apply the changes. The settings are saved in C:\Users\UserName\AppData\Roaming\CapybaraTranslateAddin\config.json when you exit Excel.

Using Capybara Translate Addin

Translation

translation.mov

Text-to-Speech

text-to-speech.mov

Speech-to-Text

speech-to-text.mov

Utilities

Text Comparison (Diff)

diff.mov