Skip to content

Conversation

theshubh007
Copy link
Contributor

@theshubh007 theshubh007 commented Jul 7, 2023

Description

Added the Flask Api which takes two images as input and then detects the face using cv2's CascadeClassifier method, then After the calculations returns the similarity percentage.

Fixes #2122

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines(Clean Code) of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have created a helpful and easy to understand README.md
  • My documentation follows Template for README.md
  • I have added the project meta data in the PR template.
  • I have created the requirements.txt file if needed.

Category:

  • Calculators
  • Image_Processing
  • Computer_Vision

Title: Image_recognition_from_File_format.py

Folder: Flask_Apis

Requirements: numpy, flask, cv2, skimage

Script: Image_recognition_from_File_format.py

Contributor: theshubh007

Description: Flask Api which takes two files as input and detects the face from it and then returns the similarity percentage.

@Yashbhadiyadra Yashbhadiyadra added level3 New features, Major bug fixing gssoc23 Issues created for/by the GirlScript Summer of Code'23 Participants level2 Bug fixing, Adding small features and removed level3 New features, Major bug fixing labels Jul 7, 2023
@Yashbhadiyadra Yashbhadiyadra merged commit dfa4e56 into avinashkranjan:master Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc23 Issues created for/by the GirlScript Summer of Code'23 Participants level2 Bug fixing, Adding small features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat]:Addition of Api which Recognizes the face and then compares it.
2 participants