Added the transcriber script and generated SRT subtitle text files #5
Loading…
Reference in a new issue
No description provided.
Delete branch "dscoular/Bonsai_Tutorials:feature/add_transcriber_and_transcribed_files"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
This is my first attempt at a Pull Request for OpenAI/Whisper generated SRT subtitle text files. These files were generated with the largest available English model (
medium.en).I have added my
transcriberproject as a subdirectory. I wasn't sure if it should be a git submodule or not. I usedcookiecutter-uvas a modern python project template. I started out by creating this on github and generating documentation at github-pages. To get the code to work as a subdirectory of another project involved a few changes.You can find the original github project and pages here:
A
Makefileis used to give users the choice of building, installing and running using python'suvor using adockercontainer.The documentation on github may have slightly diverged slightly from the
mkdocssource found here.It is my first attempt, so be kind
Cheers,
Doug Scoular
"The big print giveth and the small print taketh away"
A big thank you, this is awesome!