For this Audio to text converting tool. I used Whisper launced by Open_AI Following are the requirements of tools and the installation steps for to configure whisper
Tool Requirements:
- install ffmpeg
pip uninstall ffmpeg
pip uninstall ffmpeg-python
pip install ffmpeg-python
- Whisper Installation
pip install -U openai-whisper
- Upgrade the package:
pip install --upgrade --no-deps --force-reinstall git+https://github.com/openai/whisper.git
pip install setuptools-rust
This marks completion of setup.
After this set the root directory with the destination where the Audio files are stored. Change the format of the Audio files if necessary.