Devasy23 / FaceRec

An advanced facial recognition system designed for real-time identification using deep learning models and optimized vector search. Features include face detection, embedding generation, and scalable deployment options.
Apache License 2.0
12 stars 1 forks source link

Restructured code #51

Closed Delinkelin closed 2 days ago

Delinkelin commented 2 days ago

Description

This pull request includes several housekeeping changes to improve the project structure and organization:

  1. Removed unnecessary files to reduce clutter and improve maintainability.
  2. Moved random Jupyter Notebook (.ipynb) files to an 'archive' folder for better organization and to separate potentially outdated or unused notebooks from active ones.
  3. Restructured the index.rst file to improve documentation organization and readability.

These changes aim to streamline the project, making it easier to navigate and maintain. No functional changes were made to the codebase.

Fixes # (if applicable)

Type of change

How Has This Been Tested?

Checklist:

senior-dev-bot[bot] commented 2 days ago

Hi there! :wave: Thanks for opening a PR. :tada: To get the most out of Senior Dev, please sign up in our Web App, connect your GitHub account, and add/join your organization Devasy Patel. After that, you will receive code reviews beginning on your next opened PR. :rocket:

devansh-shah-11 commented 2 days ago

Looks good enough!