Video2Text.py allows you to easily convert a video to text. This process is also called transcription. It is completely free to use and runs locally on your pc.
Install These following dependencies...
!pip install moviepy SpeechRecognition transformers torch torchvision torchaudio
!pip install opencv-python-headless pytesseract pillow
!pip install inflect python-dateutil
!pip install git+https://github.com/openai/whisper.git
!pip install pdfplumber
By using this file you can extract specific information from a transcript/text data file. In this file you see that it's extracting specific financial information from the financial transcript data.
You can clone this current repository by following web URL-
https://github.com/Sunilyadav03/Video2Text.git
This project is licensed under the MIT license
OpenAI Whisper* here.