Skip to content

This project contains the code to convert the video file into audio file then into text file.

Notifications You must be signed in to change notification settings

letsbecometechie/video-audio-text-convertion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

video-audio-text-convertion

This project contains the code to convert the video file into audio file then into text file.

Prerequisite : Install python version 3.8.2.

Then using pip install the following

Jupyter Notebooks : pip install jupyter notebook

Required Packages :

SpeechRecognition and moviepy python packages : pip install moviepy pip install SpeechRecognition

Note : place the video file which you want to convert inside the director where the python code in present or mention the file directory in (absolute path) in clip = mp.VideoFileClip(). Place the video file which contains only speech in it.

About

This project contains the code to convert the video file into audio file then into text file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published