-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Skytells, Inc
authored
May 28, 2017
1 parent
6261e19
commit 16038ac
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Facial Recognition SDK | ||
Skytells APIs for AI ( Facial Recognition Package ) for Skytells Framework | ||
|
||
## Overview | ||
This SDK for recognizing Faces via Skytells Cloud AI APIs, developed for Skytells Framework | ||
|
||
## Requirements | ||
- Skytells Framework (Latest Version) | ||
- Skytells API Key | ||
- Apache Server | ||
|
||
## Installation | ||
To install this package directly from Skytells Framework CLI or Bash | ||
|
||
```sh | ||
$ php skytells install --pkg=https://github.com/Skytells/FacialRecognitionSDK/raw/master/facial-recognition.pkg | ||
``` | ||
|
||
Or, if you perfer to Clone it. | ||
You can download one of our releases or clones, and put all files directly on ```Application``` folder on Skytells Framework. | ||
|
||
|
||
|