reyniel26 / bleepy

Bleepy is a Python program that can block Tagalog and English profanity in audio and videos.
MIT License
11 stars 6 forks source link

Feature bleepy 8 #3

Closed reyniel26 closed 3 years ago

reyniel26 commented 3 years ago

Applied new process

The old process is STT and Profanity Detection iteration then profanity blocking The new process is STT, next Profanity Extraction, then profanity blocking

reyniel26 commented 3 years ago

Wait for the calculated run time for two different process

reyniel26 commented 3 years ago

The set up of the new process is 0.27% faster than the old process. The STT run time of the new process is 0.40% faster than the old (using profanity extraction) But the STT + Profanity Detection of the new process is 0.51% slower compare to the old process Overall the new process is slower about 0.09% but the good thing is the profanity extraction is not a child class of STT , but it still dependent from the result of STT.