The age of internet brings a lot of convenience but hey on the contrary our society is now more vulrnerable to getting exposed vulnerable content freely flowing on the internet specially the younger one's. It is our responsiblility to protect them from Pornography/Nudity/Sexual Abuse
You might wonder as options like Safe Search exist then what is the need but hey did you know safe search can not handle where we shine
- Third-Party and Niche Websites
- Creative Bypassing (Misspelled Words prOn instead of porn)
- Inconsistencies (Safe Search is not available everywhere)
SafeSearch is good for basic filtering,but it's not bulletproof.
It fails when:
- It can't interpret context
- It relies too much on automation
- Developers can find work arounds easily
Instant message is sent on the parent's Email-Id and Whatsapp Number when any form of Explicit content is detected on Child's Device
Twilio and NodeMailer Integrated to save the day!!!
We are able to detect if the child delete's the extension or for any reason the extension is deleted from the child's device
In case we detect deletion message is sent to the parent's device through mail and whatsapp
An AI enabled child protection software . Uses the power of sophsticated AI algorithms to detect inappropriate content in your child's browser .
- Clone the repo
git clone https://github.com/DivyanshTulsiani/NetDaddy.git
cd NetDaddy
cd Backend
- Install the required packages by running
npm install
- Make a local copy of your .env file
API_KEY=
port=
GMAIL_PASS=
GMAIL_ID= - Run
node index.js
- Enable developers mode in chrome and go to extensions . Click on load
unpacked and load the extension by navigating to the folder wehre it is
saved.