Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an operator to detect lewd images using Bumble's private detector #432

Open
dennyabrain opened this issue Nov 6, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request level:ticket ml priority:medium python Pull requests that update Python code size:2pt

Comments

@dennyabrain
Copy link
Contributor

Bumble has open sourced their lewd detector - https://github.com/bumble-tech/private-detector
This is a pretrained model that can flag nudity in images it seems. As part of this issue, lets try to create a feluda operator to integrate this. Additionally we can consider supporting videos as well. Where we sample frames using techniques used in other video operators and run them through their model.

This operator could help solve #364 as well.

@aatmanvaidya aatmanvaidya self-assigned this Nov 6, 2024
@aatmanvaidya aatmanvaidya added enhancement New feature or request size:2pt level:ticket python Pull requests that update Python code priority:medium ml labels Nov 6, 2024
@aatmanvaidya
Copy link
Collaborator

aatmanvaidya commented Nov 6, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request level:ticket ml priority:medium python Pull requests that update Python code size:2pt
Projects
None yet
Development

No branches or pull requests

2 participants