All Projects → microsoft → Cognitive Face Ios

microsoft / Cognitive Face Ios

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

Projects that are alternatives of or similar to Cognitive Face Ios

Cognitive Face Python
Python SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 226 (+18.32%)
Mutual labels:  cognitive-services, microsoft, sdk, sample, face
Cognitive Face Windows
Windows SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 175 (-8.38%)
Mutual labels:  cognitive-services, microsoft, sdk, sample, face
Cognitive Face Android
Cognitive Services Face client library for Android.
Stars: ✭ 273 (+42.93%)
Mutual labels:  cognitive-services, microsoft, sdk, sample, face
Speechtotext Websockets Javascript
SDK & Sample to do speech recognition using websockets in Javascript
Stars: ✭ 191 (+0%)
Mutual labels:  cognitive-services, microsoft, sdk
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 (-90.58%)
Mutual labels:  microsoft, face, cognitive-services
Quickblox Ios Sdk
QuickBlox iOS SDK for messaging and video calling
Stars: ✭ 373 (+95.29%)
Mutual labels:  sdk, cocoapods
Azure Iot Sdk C
A C99 SDK for connecting devices to Microsoft Azure IoT services
Stars: ✭ 412 (+115.71%)
Mutual labels:  microsoft, sdk
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 (+146.07%)
Mutual labels:  microsoft, sdk
Swiftinstagram
Instagram API client written in Swift
Stars: ✭ 570 (+198.43%)
Mutual labels:  sdk, cocoapods
Brfv4 mac examples
macOS C++ examples utilizing OpenCV for camera access and drawing the face tracking results.
Stars: ✭ 25 (-86.91%)
Mutual labels:  sdk, face
Mixpanel Iphone
iPhone tracking library for Mixpanel Analytics
Stars: ✭ 939 (+391.62%)
Mutual labels:  sdk, cocoapods
Mixpanel Swift
Official iOS (Swift) Tracking Library for Mixpanel Analytics
Stars: ✭ 294 (+53.93%)
Mutual labels:  sdk, cocoapods
Nim ios uikit
网易云信 iOS UI 组件,提供聊天界面,文本消息,图片消息,语音消息,视频消息,地理位置消息,自定义消息(阅后即焚)等消息示例。#推荐客户得比特币,首次推荐得0.02BTC,连续推荐得0.03BTC/单,上不封顶。点击参与https://yunxin.163.com/promotion/recommend
Stars: ✭ 1,326 (+594.24%)
Mutual labels:  sdk, cocoapods
Brfv4 javascript examples
BRFv4 - HTML5/Javascript - examples project. Reference implementation for all other platform example packages.
Stars: ✭ 460 (+140.84%)
Mutual labels:  sdk, face
Azure Iot Sdk Python
A Python SDK for connecting devices to Microsoft Azure IoT services
Stars: ✭ 261 (+36.65%)
Mutual labels:  microsoft, sdk
SynapseML
Simple and Distributed Machine Learning
Stars: ✭ 3,355 (+1656.54%)
Mutual labels:  microsoft, cognitive-services
Kotlin Mpp Standard
A standard setup for Kotlin multiplatform projects.
Stars: ✭ 92 (-51.83%)
Mutual labels:  sample, cocoapods
Contentful.swift
A delightful Swift interface to Contentful's content delivery API.
Stars: ✭ 132 (-30.89%)
Mutual labels:  sdk, cocoapods
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 (-64.92%)
Mutual labels:  microsoft, cognitive-services
Samples
Code snippets and samples to demonstrate how to get the most out of the Box platform & API
Stars: ✭ 52 (-72.77%)
Mutual labels:  sdk, sample

Microsoft Face API: iOS Client Library & Sample

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

The Client Library

The easiest way to consume the iOS client library is via CocoaPods. To install via Cocoapods:

  1. Install Cocoapods - Follow the getting started guide to install Cocoapods.
  2. Add the following to your Podfile : pod 'ProjectOxfordFace'.
  3. Run the command pod install to install the latest ProjectOxfordFace pod.
  4. Add #import <ProjectOxfordFace/MPOFaceSDK.h> to all files that need to reference the SDK.

The Sample

The sample app demonstrates the use of the Microsoft Face API iOS client library. The sample shows scenarios such as face detection, face verification, and face grouping.

Requirements

iOS must be version 8.1 or higher.

Building and running the sample

The sample app should already have the necessary Pods shipped with it. Open the ProjectOxfordFace.xcworkspace in Xcode and build.

  1. First, you must obtain a Face API subscription key by following the instructions on our website.
  2. Once in Xcode, under the example subdirectory, navigate to the file MPOAppDelegate.h and insert your subscription key for the Face API.
  3. To run the sample app, ensure that the target on top left side of Xcode is selected as ProjectOxfordFace-Example and select the play button or select Product > Run on the menu bar.
  4. Once the app is launched, click on the buttons to try out the different scenarios.

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.

Having issues?

  1. Make sure you have selected ProjectOxfordFace-Example as the target.
  2. Make sure you have included the subscription key in MPOTestConstants.h.
  3. Make sure you have opened the .xcworkspace file and not the .xcodeproj file in Xcode.
  4. Make sure you have used the correct Deployment Team profile.
  5. Make sure you are running iOS 8.1 or higher.

Running and exploring the unit tests

Unit tests that demonstrate various Microsoft Cognitive Services scenarios such as detection, identification, grouping, similarity, verification, and face lists are located at Example/Tests.

To run the unit tests, first insert your subscription key in MPOTestConstants.h and then select the test navigator pane in Xcode to display all of the tests which can be run.

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 [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].