Detector used for blurring or pixelating faces in images. Recognizer used for face recognition and verification.
- 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
Write package short description here.
Use poetry to install the package in development mode.
git clone {URL}
uv sync
uv venvRun the tests using pytest.
uv run pytestGithub 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 --tagsOr manually build and upload the package to PyPI using the following command.
uv build
