Once you have a Microsoft Cognitive Services Face API set up (see my previous post), it’s very easy to consume because they are based on a familiar JSON-based REST API. That means you can either access your services by rolling your own code or use one of existing SDKs that are available for most common platforms: Windows, iOS, Android, and Python.
For example, if you’re developing a Windows application, you’d use this NuGet package.