Skip to content

prototype1995/Extracting-Speech-from-Video-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extracting-Speech-from-Video-using-Python

A python program in which audio of a video is written to a text file using Google Speech Recognition API.


Requirements

  • Python3

Steps to be done:

  1. Install virtualenv:
Windows / Linux
  pip install virtualenv / pip3 install virtualenv
  1. Create a virtual enviroment:
For both Windows & Linux
  virtaulenv env
  1. Install dependencies:
Windows / Linux
  pip install -r requirements.txt / pip3 install -r requirements.txt
  1. Run program
Windows / Linux
  python video_to_speech.py / python3 video_to_speech.py

About

A python program in which audio of a video file is written to a text file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages