alganzory / HaramBlur

A Browser extension that enables you to navigate the web with respect for your Islamic values, protect your privacy and reduce browsing distractions by auto detecting and blurring "Haram" content.
https://haramblur.com
GNU Affero General Public License v3.0
387 stars 30 forks source link

Ongoing: Enhance Accuracy #4

Open alganzory opened 9 months ago

alganzory commented 9 months ago

ideas:

alganzory commented 9 months ago

It makes sense to add a nudity filter on top of face detection, it kinda is more important actually, so I plan to use: https://github.com/infinitered/nsfwjs which is used by this extensions https://github.com/nsfw-filter/nsfw-filter

It also makes sense to delegate the processing to the background script, I have tried that before but somehow the performance wasn't good, especially with videos, so I will try to use a similar approach to the one in the extension above

alganzory commented 8 months ago

12