You can find the client side code to access the Giscle Cognitive services. Giscle Cognitive APIs are easy to install for all forms of inputs such as Image, Video and Live Video.
- Face detection
- Attributes Detection such as age, gender, emotions etc.
- Body Detection and Couting
Giscle customized APIs for all forms of input (Image, Video and Live Video) makes it extremely easy to use.
Use Live_Face.py for Face and attributes detection. Use Live_Body.py for body detection and counting.
Use Live_Face.py for Face and attributes detection. Use Live_Body.py for body detection and counting.
Use Img_client_Face.py for face and attributes detection.
- Register at https://giscle.ml
- Generate your API key
- Install all the dependencies using requirements.txt
- Paste your API key in above codes.
- Done! :)
Add your IP camera feed in the place of (0) in cam = cv2.VideoCapture(0) and optimize your client side code for your requirement.
Add your Video file in the place of (0) in cam = cv2.VideoCapture(0) and optimize your client side code for your requirement.
Add your input image in input folder and you are done!
For any queries please write us at info@giscle.com