This commit is contained in:
Adam Grocholski 2017-05-04 16:10:45 -05:00
Родитель 2076d8384b
Коммит f3a0a7a6b6
2 изменённых файлов: 35 добавлений и 11 удалений

Просмотреть файл

@ -1,9 +0,0 @@
Copyright (c) Microsoft Corporation
All rights reserved.
Microsoft Cognitive Services Client SDK License for Sample Image
*This license applies only to the sample images. The SDK code is licensed separately, please refer to [LICENSE](</LICENSE.md>)*
Microsoft may make sample images available in connection with the SDK for the purposes of illustrating the operation of Microsoft Cognitive Services (https://www.microsoft.com/cognitive-services). If no separate license terms are provided with the images, Microsoft grants you a personal, nonexclusive, revocable, royalty-free right to use the images solely within your organization to test the operation of Microsoft Cognitive Services, provided that you agree to indemnify, hold harmless, and defend Microsoft and its suppliers from and against any claims or lawsuits, including attorneys fees, that arise or result from the use or distribution of the images. Except as expressly provided in this section you have no license to modify or distribute the images.

Просмотреть файл

@ -1,2 +1,35 @@
# Cognitive-Face-DotNetCore
.NET Core SDK for the Microsoft Face API, part of Cognitive Services
![Face](Docs/Images/Face.png)
# Face API: .NET Core Client Library & Sample
## Overview
This repo contains the .NET Core client library and sample for the Microsoft Face API, an offering within [Microsoft Cognitive Services](https://www.microsoft.com/cognitive-services), formerly known as Project Oxford.
* [Learn about the Face API](https://www.microsoft.com/cognitive-services/en-us/face-api)
* [Read the documentation](https://www.microsoft.com/cognitive-services/en-us/face-api/documentation/overview)
* [Find more SDKs & Samples](https://www.microsoft.com/cognitive-services/en-us/SDK-Sample?api=face)
Before you can use the SDK or run the sample application you must subscribe to the Face API which is part of Microsoft Cognitive Services. You can learn how to subscribe [here](https://www.microsoft.com/cognitive-services/en-us/sign-up).
## The Client Library
The client library is a thin .NET Core client wrapper for the Face API. The easiest way to use this client library is to get the microsoft.projectxoford.face.dotnetcore package from nuget. Please go to the [.NET Core Face API Package in Nuget](https://www.nuget.org/packages/Microsoft.ProjectOxford.Face.DotNetCore/) for more details.
## Contributing
Contributions are welcome. 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](/CONTRIBUTING.md).
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## License
All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see [LICENSE](/LICENSE.md).
## Developer Code of Conduct
Developers using this project are expected to follow the “Developer Code of Conduct for Microsoft Cognitive Services” at [http://go.microsoft.com/fwlink/?LinkId=698895](http://go.microsoft.com/fwlink/?LinkId=698895).
## Disclaimer
The image, voice, video or text understanding capabilities of Microsoft.ProjectOxford.Face.DotNetCore use Microsoft Cognitive Services. Microsoft will receive the images, audio, video, and other data that you upload (via this app) for service improvement purposes.
## Report Abuse
To report abuse of the Microsoft Cognitive Services to Microsoft, please visit the Microsoft Cognitive Services website at [https://www.microsoft.com/cognitive-services](https://www.microsoft.com/cognitive-services), and use the "Report Abuse" link at the bottom of the page to contact Microsoft.
## Privacy Policy
For more information about Microsoft privacy policies please see their privacy statement here: [https://go.microsoft.com/fwlink/?LinkId=521839](https://go.microsoft.com/fwlink/?LinkId=521839).