Skip to content

AISP-PL/model-face

Repository files navigation

Model-Face - AISP repository for face detection and recognition

Detector used for blurring or pixelating faces in images. Recognizer used for face recognition and verification.

Face detection and recognition

Directory structure

  • package_name/ - Insert package code here
  • tests/ - Insert unit tests here
  • scripts/ - Insert scripts here
  • images/ - If this is CV/AI repository then insert images here

Package name

Write package short description here.

Installation : Developer

Use poetry to install the package in development mode.

git clone {URL}
uv sync
uv venv

Testing

Run the tests using pytest.

uv run pytest

Release

Github workflow is created to automatically release the package to PyPI when a new tag "vX.X.X" (example v1.0.0) is pushed to the main branch.

git tag vX.X.X
git push --tags

Or manually build and upload the package to PyPI using the following command.

uv build

About

Face detection model

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages