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

Adding some lines of code #95

Open
wants to merge 48 commits into
base: merge-update
Choose a base branch
from

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    b863d16 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'merge-code-mark-1' into 'main'

    Add API documentation for create_new_faceEntry, get_employees, read_employee,...
    
    See merge request Devasy23/FaceRec!2
    Devasy23 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    da55cb2 View commit details
    Browse the repository at this point in the history
  3. Update .gitlab-ci.yml file

    Devasy23 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9079430 View commit details
    Browse the repository at this point in the history
  4. Update .gitlab-ci.yml file

    Devasy23 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9b358a7 View commit details
    Browse the repository at this point in the history
  5. Update .gitlab-ci.yml file

    Devasy23 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1605bb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    27a6def View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge pull request Devasy23#27 from Devasy23/merge-update

    Preliminary code for vector search
    devansh-shah-11 authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5649379 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    65643ef View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    1d415d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2733c39 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Devasy23#31 from Devasy23/Proposal-document

    Add Face Recognition System Proposal and Project Plan
    Devasy23 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    61e8baf View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Create sonarcloud.yml

    Devasy23 authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    36a6049 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Update sonarcloud.yml

    Devasy23 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c5b501b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Update sonarcloud.yml (Devasy23#39)

    * Update sonarcloud.yml
    
    * Update sonarcloud.yml
    
    * Update sonarcloud.yml
    
    * Update sonarcloud.yml
    
    * Update sonarcloud.yml via gpt4
    
    * Update sonarcloud.yml
    
    * Update sonarcloud.yml
    
    * Update workflows
    
    * Update build.yml
    
    * Update metadata for sonarcloud
    
    * Update build.yml
    
    * chore: Update SonarCloud configuration
    
    * chore: Update SonarCloud configuration
    
    * chore: Update SonarCloud configuration
    Devasy23 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    3c5170e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    b30324a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c64b86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec15181 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cf1990 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76c98b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ff929e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb293b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2cd7486 View commit details
    Browse the repository at this point in the history
  9. chore: removed flake8

    Devasy23 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f844718 View commit details
    Browse the repository at this point in the history
  10. chore: removed flake8

    Devasy23 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b13c9be View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    40748a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5aa34f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Add vector_search function for pipeline aggregation (Devasy23#30)

    * Add vector_search function for pipeline aggregation
    
    * Added Vector search
    
    * chore: Add error handling for no match found in face recognition
    
    * Refactor face recognition code to use Facenet512 model for better accuracy
    
    * chore: Add tests for recognizing faces with no match found
    
    * feat: Add test for vector search functionality
    Devasy23 authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a0af3de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7001ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7acd5af View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Add pre-commit hooks and update requirements.txt (Devasy23#32)

    * Add pre-commit hooks and update requirements.txt
    
    * Exclude testing directory from flake8 hook
    
    * Fix formatting issues and update dependencies
    
    * Add wily hook to pre-commit configuration
    
    * fix(.pre-commit-config.yaml): Add commitizen hook to pre-commit config
    
    * Updated Requirements
    
    * Added input sanitation
    
    * Converted logging.info() to logging.debug()
    
    * Removed tensorflow-intel==2.15.0
    
    ---------
    
    Co-authored-by: Devansh Shah <[email protected]>
    Devasy23 and devansh-shah-11 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e222588 View commit details
    Browse the repository at this point in the history
  2. Release: Add Changelog CI workflow (v0.1.6) (Devasy23#41)

    * chore: Add Changelog CI workflow
    
    * chore: Add Changelog CI workflow
    
    * chore: Update Changelog CI workflow and dependencies
    
    * chore: Update Changelog CI workflow and dependencies
    
    * chore: Update Changelog CI workflow and dependencies
    
    * chore: Update Changelog CI workflow and dependencies
    
    * [Changelog CI] Add Changelog for Version v0.1.6
    
    * chore: Update Changelog CI workflow and dependencies
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>, @devansh-shah-11
    Devasy23 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b82ae4a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. feat: Add Frontend Support for vector search function and improve fac…

    …e recognition (Devasy23#43)
    
    * Add vector_search function for pipeline aggregation
    
    * Added Vector Search
    
    * chore: Add error handling for no match found in face recognition
    
    * Refactor face recognition code to use the Facenet512 model for better accuracy
    
    * Code added for recognize_face API
    
    * temp commit to resolve merge
    
    * Updated gitignore
    
    ---------
    
    Co-authored-by: Devansh Shah <[email protected]>
    Devasy23 and devansh-shah-11 authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2f0711f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Feat: Add functionality to calculate intra-cluster distances and comp…

    …are them between original and fine-tuned models (Devasy23#49)
    
    * feat: Add functionality to calculate intra-cluster distances and compare them between original and fine-tuned models
    
    * Created using Colab
    
    * Updated code to load finetuned model
    
    * made fixing changes
    
    * feat: Add functionality to calculate intra-cluster distances and compare them between original and fine-tuned models
    
    * updated gitignore
    
    * Updated code to load finetuned model
    
    * Now everything works
    
    * Created using Colab
    
    * Kaggle Notebook | face rec_trail on indian faces | Version 2
    
    * Added finetuned model
    
    * Updated endpoints to calculate embeddings via finetuned model
    
    * Added code to extract face, working Recognize_Face endpoint
    
    * updated embedding function
    
    * updated code to recalculate embeddings
    
    * Updated vector search and recognize face endpoint
    
    * removed "mtcnn" from detector backend to check embedding accuracy
    
    ---------
    
    Co-authored-by: Devansh Shah <[email protected]>
    Devasy23 and devansh-shah-11 authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9f97d1a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    8ef11b6 View commit details
    Browse the repository at this point in the history
  2. chore: updated requirements

    Devasy23 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1041ac9 View commit details
    Browse the repository at this point in the history
  3. chore: updated requirements

    Devasy23 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e3b7c62 View commit details
    Browse the repository at this point in the history
  4. chore: updated requirements

    Devasy23 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3a8ae39 View commit details
    Browse the repository at this point in the history
  5. chore: updated requirements

    Devasy23 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    dfcb0f5 View commit details
    Browse the repository at this point in the history
  6. chore: updated requirements

    Devasy23 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    05b0641 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cadb979 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74b1706 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Update README.md

    Devasy23 authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    9e0a157 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Restructured code (Devasy23#51)

    * Restructured code
    
    * chore: made important changes
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * chore: removed buggy unicode from precommit bot
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * chore: removed buggy unicode from precommit bot
    
    ---------
    
    Co-authored-by: Devasy Patel <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ff4ed8c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Create CODE_OF_CONDUCT.md

    Devasy23 authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5593c97 View commit details
    Browse the repository at this point in the history
  2. Create SECURITY.md

    Devasy23 authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b910af0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Solved issue for requirements bug (Devasy23#69)

    * made important changes related to requirements.txt
    
    * bumped version of matplotlib
    
    * humped version of matplotlib
    
    * added httpx to get some test back up passnig
    
    * added sphinx to get read the docs passing
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * added myst-parser to get read the docs passing
    
    * Update requirements.txt
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Devasy23 and pre-commit-ci[bot] authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2466d50 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    c3f4df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4602f48 View commit details
    Browse the repository at this point in the history