Amazing-Python-Scripts
Amazing-Python-Scripts copied to clipboard
Adding Profanity Checker
Aim
- To make a program that can check for NSFW / Abusive words from audio.
Details
- The profanity checker program will have a script that can take MIC or Audio file input and use NLP and APIs to process the audio.
- It will give a text format output of what is present in the audio.
- It will then check the presence of any abusive or NSFW words.
- It will have an accuracy of more than 95% with tried and tested datasets to train on.
- This will enable the user to integrate this script in their websites or even platforms like Youtube to make the platforms cleaner for the audience.
GO AHEAD @okaditya84