If you would like to contribute to extract_facial
please follow these instructions to set a local development environment up
-
Fork this repository
-
Clone your fork of the repository
-
Install
poetry
, a dependency management tool, withpip
if it is not already installed:
pip install poetry
- Install the necessary packages for the project with this command in the root directory:
poetry install
- You're all set! You can now edit source code within the
extract_facial
directory
For larger changes like adding support for another language, please open an issue here