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

Added own facial recognition model #36

Merged
merged 2 commits into from
Jan 23, 2021

Conversation

bharath-acchu
Copy link
Contributor

Issue Number

ISSUE #8

Describe the changes you've made

Added the facial recognition model that performs recognition and label the image

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

Additional context (OPTIONAL)

Test plan (OPTIONAL)

Checklist

  • My code follows the code style of this project.
  • I have performed a self-review of my own code.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • The title of my pull request is a short description of the requested changes.

@welcome
Copy link

welcome bot commented Jan 20, 2021

Hello there!👋 Welcome to the project!💖

Thank you and congrats🎉 for opening your first pull request. Please adhere to our Code of Conduct.🙌 We will get back to you as soon as we can 😄.

Copy link
Owner

@SanjayMarreddi SanjayMarreddi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bharath-acchu Thanks for this, Please look into the below Comments and Modify accordingly.

  • Please make a Folder named Facial_Recognition_Models in the root folder and make a subfolder with Using_Standard_Libraries and then a subfolder inside it with your Fullname and then upload all your files there.
  • Also briefly explain the Working of the Model & Classifications he can make in the README of newly created folder as said above.
  • Please make a Screen Recording while running the Model on your system & do keep a link of Video Demo in your README.

Good Luck !!

import face_recognition as fr
import os
import cv2
import face_recognition
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not required since u imported already in Line 1

@SanjayMarreddi SanjayMarreddi added Level-4 DWOC DevScript Winter of Code S01 enhancement New feature or request labels Jan 23, 2021
@SanjayMarreddi SanjayMarreddi merged commit 025f745 into SanjayMarreddi:master Jan 23, 2021
@welcome
Copy link

welcome bot commented Jan 23, 2021

Congrats on merging your first pull request! 🎉 All the best for your amazing open source journey ahead 🚀.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DWOC DevScript Winter of Code S01 enhancement New feature or request Level-4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants