Python project to transcribe videos to text using Google Transcription services.
Download the ZIP file of the project so you can have in your local machine.
- [Python 3.7.7+ & pip] (https://www.python.org/downloads/)
- [VisualStudio Buildtools] (https://visualstudio.microsoft.com/es/downloads/) - Just below "Tools for Visual Studio".
- C++ for Desktop Development
- Windows 10 SDK
- [FFMPEG] (https://github.com/FFmpeg/FFmpeg) - Needs to be added to the PATH
For FFMPEG installation I'd recommend the full build installation from the [official site] (https://ffmpeg.org/download.html). Once downloaded, it has to be extracted in the root of the PC and the
bin
folder needs to be added to the path.
Open a terminal inside the project's folder and run:
python -m venv transcriber
source ./transcriber/Scripts/activate OR IN WINDOWS .\transcriber\Scripts\activate.bat
pip install -r requirements.txt
Double click on "app.py" or simply run py app.py
on a terminal