* chore: Style changes and create jupyter notebook template
* docs: Update docstring for detection
* feat: Keyword only for common parameters: model_name, conf_thresh, nms_thresh, input_size
* chore: Update drawing and let the conf text optional for drawing
* feat: add fancy bbox draw
* docs: Add examples of using UniFace
* feat: Add version to all examples
* feat: Update linting and type annotations, return types in detect
* feat: add face analyzer and face classes
* chore: Update the format and clean up some docstrings
* docs: Update usage documentation
* feat: Change AgeGender model output to 0, 1 instead of string (Female, Male)
* test: Update testing code
* feat: Add Apple silicon backend for torchscript inference
* feat: Add face analyzer example and add run emotion for testing