Added the transcriber script and generated SRT subtitle text files #5

Merged
theoryshaw merged 2 commits from dscoular/Bonsai_Tutorials:feature/add_transcriber_and_transcribed_files into main 2025-11-06 02:37:24 +00:00
Contributor

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 transcriber project as a subdirectory. I wasn't sure if it should be a git submodule or not. I used cookiecutter-uv as 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 Makefile is used to give users the choice of building, installing and running using python's uv or using a docker container.

The documentation on github may have slightly diverged slightly from the mkdocs source found here.

It is my first attempt, so be kind

Cheers,

Doug Scoular
"The big print giveth and the small print taketh away"

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 `transcriber` project as a subdirectory. I wasn't sure if it should be a git submodule or not. I used `cookiecutter-uv` as 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: - https://github.com/dscoular/transcriber - https://dscoular.github.io/transcriber/ A `Makefile` is used to give users the choice of building, installing and running using python's `uv` or using a `docker` container. The documentation on github may have slightly diverged slightly from the `mkdocs` source found here. It is my first attempt, so be kind Cheers, Doug Scoular _"The big print giveth and the small print taketh away"_
dscoular added 1 commit 2025-11-01 10:20:33 +00:00
dscoular added 1 commit 2025-11-01 12:00:46 +00:00
theoryshaw merged commit 58e09c3330 into main 2025-11-06 02:37:23 +00:00
Owner

A big thank you, this is awesome!

A big thank you, this is awesome!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: OpeningDesign/Bonsai_Tutorials#5
No description provided.