Skip to content

lena-will/video-to-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Extracting Transcripts from Video/Audio Files

This repository holds examplary code on how to extract text from video or audio files.

Getting Started

Start by cloning the Git repsitory:

git clone https://github.com/lena-will/video-to-text.git

Data

The input to the model is a wav file. To transcripe text from video, first extract the audio into a wav file.

Model

For the transcription, OpenAI's Whisper model is used. A version of the model is publicly available on HuggingFace: https://huggingface.co/openai/whisper-large-v3.

About

Extracting transcripts from videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages