Transcript Youtube videos and your own video/audio files.
Install modules with python pip
cd Transcriptor/
pip install -r requirements.txt
python3 main.py
You can change this line for another models of whisper.
whisper_model = whisper.load_model("medium")
Size | Parameters | English-only | Multilingual |
---|---|---|---|
tiny | 39 M | ✓ | ✓ |
base | 74 M | ✓ | ✓ |
small | 244 M | ✓ | ✓ |
medium | 769 M | ✓ | ✓ |
large | 1550 M | x | ✓ |
large-v2 | 1550 M | x | ✓ |
large-v3 | 1550 M | x | ✓ |
This project is an experimental work. Users are responsible for any errors, damages, or system malfunctions that may occur. The creator of this project will not be held liable for any issues that arise from its use.
This project uses the following open-source libraries: