Skip to content

snizamaddinov/detect_video_speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detect if video has any speech in it or not.

Code determines whether provided video (.mov or any other) has speech it by using inaSpeechSegmenter.

Prerequisites

Detect video speech requires ffmpeg for decoding. It can be installed on linux as following:

$ sudo apt-get install ffmpeg

PIP installation

# create a python 3 virtual environment and activate it
$ virtualenv -p python3 env
$ source env/bin/activate
# install framework and dependencies
$ pip install -r requirements.txt

Using detect_video_speech

You need to provide either a url or local path:

python detect_speech 'media/example.mp4'

the output is either 1 - if it has a speech, 0 - if not.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages