Skip to content

Python project to transcribe videos to text using Google Transcription services.

Notifications You must be signed in to change notification settings

Letram/python_videotranscriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_videotranscriber

Python project to transcribe videos to text using Google Transcription services.

Where to start 🚀

Download the ZIP file of the project so you can have in your local machine.

Pre-requisites 📋

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.

Installation 🔧

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

How to use 📦

Double click on "app.py" or simply run py app.py on a terminal

About

Python project to transcribe videos to text using Google Transcription services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages