Skip to content
forked from reyniel26/bleepy

Bleepy is a python program that can block tagalog and english profanity audio in videos.

License

Notifications You must be signed in to change notification settings

raizapw19/bleepy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bleepy

Bleepy is a python program can block tagalog and english profanity audio in videos.

Requirements

The following are the Python modules and software that are needed to run this program.

FFMPEG

Note: FFMPEG is also needed to be installed to run this program.

Python modules

  1. vosk-api

  2. alt-profanity-check

Installation

  1. Clone this repository
  2. Install Python 3
  3. Install FFMPEG
    • Easy Installation tutorial for FFMPEG
  4. pip install vosk
  5. pip install alt-profanity-check
  6. Set up language model (follow the instruction)
    • Download language model for vosk from models page. My suggested model is vosk-model-en-us-aspire-0.2
    • Paste it inside bleepy directory or folder. Make sure the file is inside of the bleepy folder
    • Extract it
    • Rename it to model
  7. Try to run test_bleepy.py

About

Bleepy is a python program that can block tagalog and english profanity audio in videos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%