Azure Face API

Adedayo 21 Reputation points
2022-02-24T03:49:20.927+00:00

How can I consume Azure Face API in Django? I want to integrate it with my own API?

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
152 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,286 Reputation points Microsoft Employee
    2022-02-24T13:10:30.49+00:00

    @Adedayo 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.

    0 comments No comments