ffletcherr / face-recognition-liveness

Face detection and recognition + liveness detection and spoofing attack recognition using onnxruntime. Includes an easy-to-use Flask API and Dockerfile.
37 stars 17 forks source link

how can i send image from app.py via api #3

Closed Bah1996 closed 1 year ago

Bah1996 commented 1 year ago

how can i send image from app.py via api

ffletcherr commented 1 year ago

You can put the image in response to get it back in the client or use the requests library to send it to another endpoint.