Speech extraction from video clips using, moviepy and speech_recognition library, Python.
- moviepy
- speech_recognition
- librosa
1) git clone https://github.com/Gicehajunior/speech-extraction-python 2) open powershell, navigate to the project folder. 3) paste/download a video clip to the root of the project. 4) open app.py file and use your video clip file as the "videoClip" to perform speech extraction. 5) on the powershell run "python app.py" 6) Check the transcribed text data on the recognized.txt file.
MIT