How can I consume Azure Face API in Django? I want to integrate it with my own API?
How can I consume Azure Face API in Django? I want to integrate it with my own API?
@Adedayo-3438 There is no client library or SDK available for Django with the Face API. You can use the REST API endpoint to call the face API and use it with your django application.
3 people are following this question.