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

[FEATURE] face detection on for developer image on signup / blur images for non-logged users #108

Open
ghost opened this issue Apr 23, 2023 · 3 comments
Labels
backend enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Apr 23, 2023

  • right now it's difficult to clean up spam images and spam accounts, i was looking at how we could enable a simple face detection code so that people upload an actual face picture and not random spam pictures to the site
  • pictures are now blurred via CSS but they should be blurred on backend if requsted by someone who is not logged in for privacy reasons
  • i am not sure if this is possible at all, i would not want to install c bindings or other third party binaries but only plain golang code/libraries if possible

Items

  • implement a face detection on developer signup, and error if face is not detected
  • implement image blurring on backend if the user who is requesting the image is not logged in
@ghost ghost added enhancement New feature or request backend labels Apr 23, 2023
@algora-pbc
Copy link

algora-pbc bot commented Apr 23, 2023

💎 $50.00 bounty created by dm161
🙋‍♂️ If you'd like to solve this issue, comment below to get assigned
👉 To claim this bounty, submit a pull request that includes the text /claim #108 somewhere in its body
📝 Before proceeding, please make sure you can receive payouts in your country
💵 Payment arrives in your account 2-5 days after the bounty is rewarded
💯 You keep 100% of the bounty award
🙏 Thank you for contributing to golang-cafe/job-board!

@mahmoudfarouq
Copy link
Contributor

Hi, I'm picking this up. can you please assign it to me?

I've checked the codebase and i think the only place we can put this face detection mechanism is in the SaveMediaPageHandler handler? Also, the blurring will be in the RetrieveMediaPageHandler?

I'm not sure media in those two handlers is exclusively for profile pictures, please let me know what you think.

@algora-pbc
Copy link

algora-pbc bot commented May 4, 2023

💡 mahmoudfarouq submitted a pull request that claims the bounty. You can visit your org dashboard to reward.

@ghost ghost removed the 💎 Bounty label Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant