Alvalens / python-audio-translation

this is a python program to convert audio into text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio Translator with AI Voice Regocnition

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'.

Run The Program

  1. First, you need assembly AI API key, you can register to get the api key for free
  2. 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
  3. After that, you need to install some of python package like "deep_translator, assemblyai, pyaudio, wave, os, and dotenv"
  4. Then, simply run the python program by typing py main.py

About

this is a python program to convert audio into text


Languages

Language:Python 100.0%