issues
search
avinashkranjan
/
Amazing-Python-Scripts
🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
https://amazing-python-scripts.avinashranjan.com
MIT License
2.71k
stars
1.06k
forks
source link
Adding Profanity Checker
#1774
Open
okaditya84
opened
1 year ago
okaditya84
commented
1 year ago
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.
1e9abhi1e10
commented
1 year ago
GO AHEAD @okaditya84
Aim
Details