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
32
stars
30
forks
source link
Update Python version to 3.10 and optimize CI pipelines #44
This pull request updates the Python version to 3.10 and optimizes the CI pipelines. It includes changes to the CI configuration file to set up Python 3.10, cache pip dependencies, install necessary packages, and run tests with pytest. Additionally, it adds the ability to upload coverage data to SonarCloud for code analysis.
This pull request updates the Python version to 3.10 and optimizes the CI pipelines. It includes changes to the CI configuration file to set up Python 3.10, cache pip dependencies, install necessary packages, and run tests with pytest. Additionally, it adds the ability to upload coverage data to SonarCloud for code analysis.