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 Signature Verification Program #280

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Conversation

Raghucharan16
Copy link

Pull Request for PyVerse 💡

Issue Title : Addition of Signature Verification Program

  • Info about the related issue (Aim of the project) : To Introduce DTW algorithm and implement it in a modular way to showcase the beginner level algorithm and project building
  • Name: Narra Venkata Raghu Charan
  • GitHub ID: Raghucharan16
  • Email ID: narravenkataraghucharan03@gmail.com
  • **Idenitfy yourself: Contributor for Hacktoberfest 2024

Closes: #271

Describe the add-ons or changes you've made 📃

Added the whole project in machine learning folder. the project demonstrates the working of DTW algorithm and solves the use case of signature verification, though it is traditional and beginner level it gives the idea of implementing an algorithm in a modular way.

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.

Takes 2 input images, compares the signatures using DTW (Dynamic Time Wrapping Algorithm) and gives the similarity score of both the signatures.
Copy link

github-actions bot commented Oct 8, 2024

👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!

Feel free to join our community on Discord to discuss more!

@github-actions github-actions bot requested a review from UTSAVS26 October 8, 2024 09:20
@UTSAVS26 UTSAVS26 merged commit 429c4db into UTSAVS26:main Oct 10, 2024
1 check passed
@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Approved ✔️ PRs that have passed review and are approved for merging. hacktoberfest hacktoberfest-accepted labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. hacktoberfest hacktoberfest-accepted Status: Approved ✔️ PRs that have passed review and are approved for merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📃: Addition of Signature Verification Program
2 participants