Convert Video to Audio
Before converting Speech to Text, you will need to convert the video into audio using the moviepy
library. You can install the library to your machine using the following command.
Use the following code block to import the library and do the conversion.
Last updated
Was this helpful?