diff --git a/.travis.yml b/.travis.yml index 85e2866..64274b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,4 @@ android: - platform-tools script: - - wget http://affdex-sdk-dist.s3-website-us-east-1.amazonaws.com/android/download_sdk.html - # copy the SDK's assets into app/src/main/assets/ - - unzip download_sdk.html "src/main/assets/*" -d app - # copy the SDK's libs into app/libs/ - - unzip download_sdk.html "libs/*" -d app - ./gradlew clean build test - diff --git a/README.md b/README.md index 81a4596..72bd4a1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ -[![Build Status](https://travis-ci.org/Affectiva/affdexme-android.svg)](https://travis-ci.org/Affectiva/affdexme-android) ![Affectiva Logo](http://developer.affectiva.com/images/logo.png) -###Copyright (c) 2016 Affectiva Inc.
See the file [license.txt](license.txt) for copying permission. - -***************************** - -**AffdexMe** is an app that demonstrates the use of the Affectiva Android SDK. It uses the camera on your Android device to view, process and analyze live video of your face. Start the app and you will see your face on the screen and metrics describing your expressions. Tapping the screen will bring up a menu with options to display the Processed Frames Per Second metric, display facial tracking points, and control the rate at which frames are processed by the SDK. +**AffdexMe** is an Android app that demonstrates the use of the Affdex SDK. It uses the camera on your Android device to view, process and analyze live video of your face. Start the app and you will see your face on the screen and metrics describing your expressions. Tapping the screen will bring up a menu with options to display the Processed Frames Per Second metric, display facial tracking points, and control the rate at which frames are processed by the SDK. To use this project, you will need to: - Obtain a license for the Affectiva Android SDK. Evaluation licenses are available at no cost from http://www.affectiva.com/solutions/apis-sdks/ @@ -15,6 +10,9 @@ To use this project, you will need to: If you are interested in learning how the Affectiva SDK works, you will find the calls relevant to the use of the SDK in the initializeCameraDetector(), startCamera(), stopCamera(), and onImageResults() methods. See the comment section at the top of the MainActivity.java file for more information. +[![Build Status](https://travis-ci.org/Affectiva/affdexme-android.svg)](https://travis-ci.org/Affectiva/affdexme-android) + *** +Copyright (c) 2016 Affectiva Inc.
See the file [license.txt](license.txt) for copying permission. This app uses some of the excellent [Emoji One emojis](http://emojione.com).