This is a simple python project that can transcribe an audio and translatre it to selected language, for now the only supported voice audio is English 'EN'.
- First, you need assembly AI API key, you can register to get the api key for free
- If you already have the api key, copy the .env.example file and rename it as .env, then fill the
"ASSEMBLYAI_API_KEY"
with your api key - After that, you need to install some of python package like "deep_translator, assemblyai, pyaudio, wave, os, and dotenv"
- Then, simply run the python program by typing
py main.py