Realtime Speech-to-Text using Assembly AI and Google translations.
[!CAUTION] Not production ready, it's a simple Proof of Concept.
[!NOTE] You need to use Google Chrome to get translations through
window.Translator.
yarn install
Copy the config file and set your Assembly AI API key:
cp SAMPLE.config.js config.js
yarn dev
@odelbos