## Description

Please include a summary of the change and which issue is fixed. Please also 
include relevant motivation and context.

Add a new builtin function 'builtin-rustface-detector' and example 
python client; which will encode an image as base64 string, pass it to the 
builtin function as function parameter, get the detected face bounding boxes as 
result and plot it to generate an output image.

## Type of change (select or add applied and delete the others)

- [ ] New feature: add a new builtin function named 
'builtin-rustface-detector' and corresponding python client example.

## How has this been tested?
Lack of testcase for this new bultin function at this moment...



You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/398

-- Commit Summary --

  * add python requirements file
  * add demo client for function builtin-rustface-detector
  * add new builtin function "builtin-rustface-detector"
  * add dependencies with image and rustface
  * export rustface_detector api
  * add new feature "builtin_rustface_detector"
  * add builtin function "builtin_rustface_detector"

-- File Changes --

    A examples/python/builtin_rustface.py (109)
    A examples/python/requirments.txt (5)
    M executor/Cargo.toml (2)
    M executor/src/builtin.rs (4)
    M function/Cargo.toml (2)
    M function/src/lib.rs (3)
    A function/src/rustface_detector.rs (83)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/398.patch
https://github.com/apache/incubator-teaclave/pull/398.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/398

Reply via email to