All Projects → microsoft → Cognitive Face Windows

microsoft / Cognitive Face Windows

Licence: other
Windows SDK for the Microsoft Face API, part of Cognitive Services

Projects that are alternatives of or similar to Cognitive Face Windows

Cognitive Face Python
Python SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 226 (+29.14%)
Mutual labels:  cognitive-services, microsoft, sdk, sample, face
Cognitive Face Ios
iOS SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 191 (+9.14%)
Mutual labels:  cognitive-services, microsoft, sdk, sample, face
Cognitive Face Android
Cognitive Services Face client library for Android.
Stars: ✭ 273 (+56%)
Mutual labels:  cognitive-services, microsoft, sdk, sample, face
Cognitive-Face-Xamarin
A client library that makes it easy to work with the Microsoft Cognitive Services Face API on Xamarin.iOS, Xamarin.Android, and Xamarin.Forms and/or Portable Class Libraries.
Stars: ✭ 18 (-89.71%)
Mutual labels:  microsoft, face, cognitive-services
Speechtotext Websockets Javascript
SDK & Sample to do speech recognition using websockets in Javascript
Stars: ✭ 191 (+9.14%)
Mutual labels:  cognitive-services, microsoft, sdk
Unity-Text-to-Speech
Sample app used to demonstrate the use of Microsoft Cognitive Services Text-to-Speech APIs (aka Speech Synthesis) from within Unity.
Stars: ✭ 67 (-61.71%)
Mutual labels:  microsoft, cognitive-services
SynapseML
Simple and Distributed Machine Learning
Stars: ✭ 3,355 (+1817.14%)
Mutual labels:  microsoft, cognitive-services
Azure Iot Sdk Python
A Python SDK for connecting devices to Microsoft Azure IoT services
Stars: ✭ 261 (+49.14%)
Mutual labels:  microsoft, sdk
Bcrypt.net
BCrypt.Net - Bringing updates to the original bcrypt package
Stars: ✭ 422 (+141.14%)
Mutual labels:  microsoft, nuget
Mmlspark
Simple and Distributed Machine Learning
Stars: ✭ 2,899 (+1556.57%)
Mutual labels:  cognitive-services, microsoft
Dotnet Sdk
百度AI开放平台 .Net SDK
Stars: ✭ 312 (+78.29%)
Mutual labels:  sdk, nuget
Brfv4 javascript examples
BRFv4 - HTML5/Javascript - examples project. Reference implementation for all other platform example packages.
Stars: ✭ 460 (+162.86%)
Mutual labels:  sdk, face
BingMapsSDSToolkit
This toolkit makes it easy to use the Bing Maps Spatial Data Services (SDS) in .NET
Stars: ✭ 39 (-77.71%)
Mutual labels:  microsoft, nuget
Brfv4 mac examples
macOS C++ examples utilizing OpenCV for camera access and drawing the face tracking results.
Stars: ✭ 25 (-85.71%)
Mutual labels:  sdk, face
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 18 (-89.71%)
Mutual labels:  sdk, nuget
Weixinmpsdk
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Stars: ✭ 7,098 (+3956%)
Mutual labels:  sdk, nuget
Azure Iot Sdk C
A C99 SDK for connecting devices to Microsoft Azure IoT services
Stars: ✭ 412 (+135.43%)
Mutual labels:  microsoft, sdk
Colore
A powerful C# library for Razer Chroma's SDK
Stars: ✭ 121 (-30.86%)
Mutual labels:  sdk, nuget
Prose
Microsoft Program Synthesis using Examples SDK is a framework of technologies for the automatic generation of programs from input-output examples. This repo includes samples and sample data for the Microsoft Program Synthesis using Example SDK.
Stars: ✭ 470 (+168.57%)
Mutual labels:  microsoft, sdk
Samples
Code snippets and samples to demonstrate how to get the most out of the Box platform & API
Stars: ✭ 52 (-70.29%)
Mutual labels:  sdk, sample

Microsoft Face API: Windows Client Library & Sample

This SDK has been deprecated and been replaced by Microsoft.Azure.CognitiveServices.Vision.Face which is a part of Azure SDK.

This repo contains the Windows client library & sample for the Microsoft Face API, an offering within Microsoft Cognitive Services, formerly known as Project Oxford.

The Client Library

The client library is a thin C# client wrapper for Microsoft Face API. The easiest way to use this client library is to get microsoft.projectoxford.face package from nuget.

Please go to Face API Package in nuget for more details.

The Sample

This sample is a Windows WPF application to demonstrate the use of Face API. It demonstrates face detection, face verification, face grouping, finding similar faces, and face identification.

Build the Sample

  1. Starting in the folder where you clone the repository (this folder).
  2. In a git command line tool, type git submodule init (or do this through a UI).
  3. Pull in the shared Windows code by calling git submodule update.
  4. Start Microsoft Visual Studio 2015 and select File > Open > Project/Solution.
  5. Go to Sample-WPF Folder.
  6. Double-click the Visual Studio 2015 Solution (.sln) file FaceAPI-WPF-Samples.
  7. Press Ctrl+Shift+B, or select Build > Build Solution.

Run the Sample

After the build is complete, press F5 to run the sample.

First, you must obtain a Face API subscription key by following instructions on our website.

Locate the text edit box saying "Paste your subscription key here to start" on the top right corner. Paste your subscription key. You can choose to persist your subscription key in your machine by clicking "Save Key" button. When you want to delete the subscription key from the machine, click "Delete Key" to remove it from your machine.

Click on "Select Scenario" to use samples of different scenarios, and follow the instructions on screen.

Microsoft will receive the images you upload and may use them to improve Face API and related services. By submitting an image, you confirm you have consent from everyone in it.

There are sample images to be used with this sample application. You can find these images under Face > Windows > Data folder. Please note the use of these images is licensed under LICENSE-IMAGE.

Contributing

We welcome contributions. Feel free to file issues and pull requests on the repo and we'll address them as we can. Learn more about how you can help on our Contribution Rules & Guidelines.

You can reach out to us anytime with questions and suggestions using our communities below:

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Updates

License

All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see LICENSE.

Sample images are licensed separately, please refer to LICENSE-IMAGE.

Developer Code of Conduct

Developers using Cognitive Services, including this client library & sample, are expected to follow the “Developer Code of Conduct for Microsoft Cognitive Services”, found at http://go.microsoft.com/fwlink/?LinkId=698895.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].