iApp Technology just released a PIP Python Package on Face Recognition System.
For easing the python development using iApp AI API service, we have released the iapp_ai python pip package. It is the api client library for iApp AI API service for python.
Installation
$pipinstalliapp_ai
Note: It can be either pip or pip3 depend on your environment.
Calling Face Recognition API
# Face Recognition System required an image file path# Single Face Recognition APIapi.face_recog_single("iapp_ai/media/id-card-front.jpg", "iApp").json()# Multiple Face Recognition APIapi.face_recog_multi("iapp_ai/media/id-card-front.jpg", "iApp").json()# Facecrop APIapi.face_recog_facecrop("iapp_ai/media/id-card-front.jpg", "iApp").json()