This project takes a list of mp3's, and cuts as many vulgar words as possible, using not only keyword matching, but AI powered context catching. The AI used for transcription is OpenAI's Whisper, and the context handler is a tool called Detoxify
…
This project takes a list of mp3’s, and cuts as many vulgar words as possible, using not only keyword matching, but AI powered context catching. The AI used for transcription is OpenAI’s Whisper, and the context handler is a tool called Detoxify
This project used to be OmniMap before changing directions. The link to that repository is here: https://github.com/IDKCoding-commits/OmniMap
It’s broken and not usable, but I thought I’d put that there for the sake of archival.
Slight AI for last-resort debugging, commit message composition, I used an agent to organize the necessary files needed for the PyPi package, and Whisper and Detoxify for transcription and context handling.