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] Profile picture #343

Closed
2 tasks done
kom-senapati opened this issue Oct 1, 2023 · 17 comments · Fixed by #558
Closed
2 tasks done

[FEATURE] Profile picture #343

kom-senapati opened this issue Oct 1, 2023 · 17 comments · Fixed by #558
Assignees
Labels
assigned feature fullStack this issue requires knowlegde of both frontend and backend hacktoberfest Hard Brings out the real challenge in you

Comments

@kom-senapati
Copy link

Description

I wanted to change my profile pic in the "My Profile" section.

Screenshots

image

Additional information

An avatar picker can also be added so that it would be easy to just pick an avatar rather than search for a profile picture elsewhere.

👀 Have you checked if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue ?

None

@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2023

It's great having you contribute to this project by creating an issue

Make sure you are assigned to this before you work on it and you read the Contributing.md file, Thank you! Welcome to the community 🤓

@Dun-sin
Copy link
Owner

Dun-sin commented Oct 1, 2023

Good idea

@Dun-sin Dun-sin added 🟩 priority: low Medium It's average in difficulty up for grabs anyone can ask to work on this labels Oct 1, 2023
@pateldivyesh1323
Copy link

@Dun-sin Gravatar provides avatar from user's email id, it will return the current image which user uses on his email id.

@Dun-sin
Copy link
Owner

Dun-sin commented Oct 1, 2023

@Dun-sin Gravatar provides avatar from user's email id, it will return the current image which user uses on his email id.

Not a good idea, users won't want that especially on an anonymous app, there also needs to be a way to avoid nude/unsafe images

@Haris-Mohanty
Copy link

Hi @Dun-sin, Could you please assign me this issue?

@Dun-sin
Copy link
Owner

Dun-sin commented Oct 2, 2023

Hi @Dun-sin, Could you please assign me this issue?

how would you fix this?

@Haris-Mohanty
Copy link

@Dun-sin, Ask the user to upload their profile pic and store in database then fetching from database and showing in UI.

@Dun-sin
Copy link
Owner

Dun-sin commented Oct 2, 2023

@Dun-sin, Ask the user to upload their profile pic and store in database then fetching from database and showing in UI.

how would you detect nude photos

@Haris-Mohanty
Copy link

Employ object detection models to identify objects commonly found in explicit content, such as nudity-related objects or sexual acts.

@Dun-sin
Copy link
Owner

Dun-sin commented Oct 2, 2023

Employ object detection models to identify objects commonly found in explicit content, such as nudity-related objects or sexual acts.

how?

@darknight2135
Copy link

this can work i guess

@Dun-sin Dun-sin added the fullStack this issue requires knowlegde of both frontend and backend label Oct 3, 2023
@Dun-sin
Copy link
Owner

Dun-sin commented Oct 3, 2023

this can work i guess

how would you?

@afeefuddin
Copy link
Contributor

Hey @Dun-sin we can add an avatar picker instead of letting user to upload the image. I would like to work on this issue

@Dun-sin
Copy link
Owner

Dun-sin commented Oct 9, 2023

Hey @Dun-sin we can add an avatar picker instead of letting user to upload the image. I would like to work on this issue

I do not agree with that change, because it has to be both options or users upload theirs, mainly because it doesn't how at the anonymous part of chatting, but it will when they get added as friends, see my point?

@ashurohilla
Copy link

hey @Dun-sin can we use light weight ml model to review the uploaded image and show on the ui after finding the image is relevant or not

@hubsMIT1
Copy link
Contributor

Hi @Dun-sin,
I like to work on this issue.
Our main problem is to detect the nudity/unsafe images that can be done using API eg : google cloud vision api* , AWS Rekognition*, Microsoft Azure Content Moderator etc...
I'm familiar with * marked APIs.
There is a link might be help : https://cloud.google.com/vision/docs/detecting-safe-search#vision_safe_search_detection-nodejs
And also there are so many docs to help me to solve this issue.
If you think its good way to approach, Please assign me!
Thank you!

@Dun-sin
Copy link
Owner

Dun-sin commented Oct 23, 2023

Hi @Dun-sin,
I like to work on this issue.
Our main problem is to detect the nudity/unsafe images that can be done using API eg : google cloud vision api* , AWS Rekognition*, Microsoft Azure Content Moderator etc...
I'm familiar with * marked APIs.
There is a link might be help : https://cloud.google.com/vision/docs/detecting-safe-search#vision_safe_search_detection-nodejs
And also there are so many docs to help me to solve this issue.
If you think its good way to approach, Please assign me!
Thank you!

Sounds good, you've got it, thanks for wanting to contribute. Follow the rules here, or your PR won't be accepted and will be closed. Good luck!

@Dun-sin Dun-sin added assigned Hard Brings out the real challenge in you and removed up for grabs anyone can ask to work on this Medium It's average in difficulty labels Oct 23, 2023
hubsMIT1 added a commit to hubsMIT1/Whisper that referenced this issue Oct 29, 2023
hubsMIT1 added a commit to hubsMIT1/Whisper that referenced this issue Oct 29, 2023
Dun-sin added a commit to hubsMIT1/Whisper that referenced this issue Oct 30, 2023
hubsMIT1 added a commit to hubsMIT1/Whisper that referenced this issue Oct 30, 2023
hubsMIT1 added a commit to hubsMIT1/Whisper that referenced this issue Oct 30, 2023
hubsMIT1 added a commit to hubsMIT1/Whisper that referenced this issue Nov 1, 2023
hubsMIT1 added a commit to hubsMIT1/Whisper that referenced this issue Nov 1, 2023
Dun-sin added a commit to hubsMIT1/Whisper that referenced this issue Nov 7, 2023
Dun-sin added a commit that referenced this issue Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned feature fullStack this issue requires knowlegde of both frontend and backend hacktoberfest Hard Brings out the real challenge in you
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants