Create conda environment with python 3.11
conda create -n vtatc-poc python=3.11Active conda environment
conda activate vtatc-pocInstall ffmpeg
conda install -c conda-forge ffmpegInstall ffmpeg-python, ipython, SpeechRecognition, google-cloud-speech, google-cloud-language, pydub, google-cloud-storage
pip install ffmpeg-python ipython SpeechRecognition google-cloud-speech google-cloud-language pydub google-cloud-storage protobufSetup Google Authentication
export GOOGLE_APPLICATION_CREDENTIALS="/path/to/keyfile.json"The file must not be compressed (for example, gzip).
Only FLAC audio file are supported.
Only Google Cloud Storage URIs are supported.
Active conda environment
conda activate vtatc-pocSetup Google Authentication
export GOOGLE_APPLICATION_CREDENTIALS="/path/to/keyfile.json"Run python file
cd src
python main.py