All Projects → microsoft → Cognitive Face Android

microsoft / Cognitive Face Android

Licence: other
Cognitive Services Face client library for Android.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Cognitive Face Android

Cognitive Face Ios
iOS SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 191 (-30.04%)
Mutual labels:  cognitive-services, microsoft, sdk, sample, face
Cognitive Face Windows
Windows SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 175 (-35.9%)
Mutual labels:  cognitive-services, microsoft, sdk, sample, face
Cognitive Face Python
Python SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 226 (-17.22%)
Mutual labels:  cognitive-services, microsoft, sdk, sample, face
Speechtotext Websockets Javascript
SDK & Sample to do speech recognition using websockets in Javascript
Stars: ✭ 191 (-30.04%)
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 (-93.41%)
Mutual labels:  microsoft, face, cognitive-services
Brfv4 javascript examples
BRFv4 - HTML5/Javascript - examples project. Reference implementation for all other platform example packages.
Stars: ✭ 460 (+68.5%)
Mutual labels:  sdk, face
Samples
Code snippets and samples to demonstrate how to get the most out of the Box platform & API
Stars: ✭ 52 (-80.95%)
Mutual labels:  sdk, sample
Visioninsdk
类似faceu的移动端视频美颜、视频滤镜、人脸实时关键点追踪、实时整形(瘦脸大眼睛等)、动态贴纸
Stars: ✭ 215 (-21.25%)
Mutual labels:  sdk, face
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 (+72.16%)
Mutual labels:  microsoft, sdk
Brfv4 mac examples
macOS C++ examples utilizing OpenCV for camera access and drawing the face tracking results.
Stars: ✭ 25 (-90.84%)
Mutual labels:  sdk, face
Azure Iot Sdk C
A C99 SDK for connecting devices to Microsoft Azure IoT services
Stars: ✭ 412 (+50.92%)
Mutual labels:  microsoft, sdk
Azure Iot Sdk Python
A Python SDK for connecting devices to Microsoft Azure IoT services
Stars: ✭ 261 (-4.4%)
Mutual labels:  microsoft, sdk
Mmlspark
Simple and Distributed Machine Learning
Stars: ✭ 2,899 (+961.9%)
Mutual labels:  cognitive-services, microsoft
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 (-75.46%)
Mutual labels:  microsoft, cognitive-services
SynapseML
Simple and Distributed Machine Learning
Stars: ✭ 3,355 (+1128.94%)
Mutual labels:  microsoft, cognitive-services
Azure Devops Python Api
Azure DevOps Python API
Stars: ✭ 257 (-5.86%)
Mutual labels:  microsoft
Stream Chat Flutter
Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
Stars: ✭ 220 (-19.41%)
Mutual labels:  sdk
Ccodashboard
Welcome to the Continuous Cloud Optimization Power BI Dashboard GitHub Project. In this repository you will find all the guidance and files needed to deploy the Dashboard in your environment to take benefit of a single pane of glass to get insights about your Azure resources and services.
Stars: ✭ 256 (-6.23%)
Mutual labels:  microsoft
Pagseguro Sdk Php
Biblioteca de integração em PHP
Stars: ✭ 256 (-6.23%)
Mutual labels:  sdk
Fluidframework
Library for building distributed, real-time collaborative web applications
Stars: ✭ 3,592 (+1215.75%)
Mutual labels:  microsoft

Microsoft Face API: Android Client Library & Sample

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

The Client Library

The Face API client library is a thin Java client wrapper for Microsoft Face API.

The client library is indexed on Maven Central Repository with all versions here.

Invoke the client library

There are two recommended approaches to introduce the client library in other application projects.

To add the client library dependency via build.gradle file, add the following entry in the dependencies section.

dependencies {
    //
    // Use the following line to include client library from Maven Central Repository
    // Change the version number with the latest version according to the search.maven.org result
    //
    implementation 'com.microsoft.projectoxford:face:1.4.3'

    // Your other Dependencies...
}

To add the client library dependency via Android Studio:

  1. From Menu, Choose File > Project Structure.
  2. Click on your app module.
  3. Click on Dependencies tab.
  4. Click "+" sign to add new dependency.
  5. Pick "Library dependency" from the drop down list.
  6. Type "com.microsoft.projectoxford" and hit the search icon from "Choose Library Dependency" dialog.
  7. Pick the Project Oxford client library that you intend to use.
  8. Click "OK" to add the new dependency.

The Sample

This sample is an Android application to demonstrate the use of Microsoft Face API. It demonstrates face detection, face verification, face grouping, finding similar faces, and face identification functionalities.

Requirements

Android OS must be Android 5.1 or higher (API Level 22 or higher).

Build the Sample

  1. First, you must obtain a Face API subscription key by following the instructions on our website.
  2. Start Android Studio and open project from Face > Android > Sample folder.
  3. In Android Studio -> "Project" panel -> "Android" view, open file "app/res/values/strings.xml", and find the line "Please_add_the_subscription_key_here;". Replace the "Please_add_the_subscription_key_here" value with your subscription key string from the first step. If you cannot find the file "strings.xml", it is in folder "Sample\app\src\main\res\values\string.xml".
  4. In Android Studio, select menu "Build > Make Project" to build the sample.

Run the sample

In Android Studio, select menu "Run", and "Run app" to launch this sample app.

Once the app is launched, click on buttons to use samples of between 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.

Updates

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.

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