FrostCo / AdvancedProfanityFilter

A browser extension to filter profanity from webpages
GNU General Public License v3.0
159 stars 26 forks source link

Support integration with Whisper to generate external captions for youtube videos #500

Open jbfletch opened 1 year ago

jbfletch commented 1 year ago

:loudspeaker: Audio Muting will not work as YouTube removes profanity from transcripts

YouTube automatically blocks profanity from being included in captions for many videos, as one might expect this blocks any audible profanity from being effectively muted.

:microscope: Allow Easy Integration with OpenAI's Whisper Project and/or Custom Transcripts

It would be great to be able to add a feature that would run a youtube url through a whisper implementation to generate accurate transcripts to be used as the source for censoring audio.

:triangular_ruler: Telling my Kid No

This did not go over very well as they called into question my chosen profession and accused me of laziness

:pencil: There are a ton of example projects based on Whisper popping up that allow a youtube URL as input for transcription for ex) https://app.subtitlewhisper.com/

Full list of related show and tell projects: https://github.com/openai/whisper/discussions/categories/show-and-tell?discussions_q=is%3Aopen+category%3A%22Show+and+tell%22+youtube&page=1

Screen Shot 2023-04-28 at 5 58 59 PM
richardfrost commented 1 year ago

@jbfletch Thanks for the suggestion! I haven't had a chance to look into this yet, but I'll take a look as soon as I get some time.