Skip to content

kod3r/Rekognition_API_PHP_SDK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Current Version: 1.0

This ReKognition PHP SDK is intent for developers who want to integrate ReKognition API into their websites. The folder contains our ReKognition PHP SDKs and simple examples to demo the SDK. For more information about our ReKognition API, please read our documentation.

The SDK contains the following functions:

// ReKognition Face Detect Function

public function RkFaceDetect($req, $scale, $request_mode = Rekognition_API::REQUEST_UNDEFINED,
                            $return_mode = Rekognition_API::RETURN_JSON);

// ReKognition Face Add Function

public function RkFaceAdd($req, $name, $scale, $request_mode = Rekognition_API::REQUEST_UNDEFINED, 
                            $return_mode = Rekognition_API::RETURN_JSON);

// ReKognition Face Train Function

public function RkFaceTrain($return_mode = Rekognition_API::RETURN_JSON);

// ReKognition Face Recognize Function


public function RkFaceRecognize($req, $scale, $request_mode = Rekognition_API::REQUEST_UNDEFINED, 
                            $return_mode = Rekognition_API::RETURN_JSON);

// ReKognition Face Rename Function


public function RkFaceRename($tag, $new_tag, $return_mode = Rekognition_API::RETURN_JSON);

// ReKognition Face Crawl Function


public function RkFaceCrawl($access_token,$fb_id,$friend_id,$return_mode = Rekognition_API::RETURN_JSON);

// ReKognition Face Visualize Function


public function RkFaceVisualize($name_list, $return_mode = Rekognition_API::RETURN_JSON);

// ReKognition Face Search Function


public function RkFaceSearch($req, $scale, $request_mode = Rekognition_API::REQUEST_UNDEFINED, 
                            $return_mode = Rekognition_API::RETURN_JSON);

// ReKognition Face Delete Function


public function RkFaceDelete($name, $id_list, $return_mode = Rekognition_API::RETURN_JSON);

// ReKognition Face Stats Function


public function RkFaceStats($return_mode = Rekognition_API::RETURN_JSON);

// ReKognition Scene Understadning Function


public function RkSceneUnderstanding($req, $scale, $request_mode = Rekognition_API::REQUEST_UNDEFINED, 
                            $return_mode = Rekognition_API::RETURN_JSON);

Configuration:

  1. Click here to register a ReKognition account, and you will receive the API key and secret by email.
  2. Use your own API Key, Secret, Name space and User id in config.php
  3. $rekognition_api_key = '1234';
    $rekognition_api_secret = '5678';
    $rekognition_name_space = '';
    $rekognition_user_id = ''; 
    
Example: =======================
  • Image Request Example: Require the server with example/dataset and get the result back;
  • Recognize the image using the our face detection and scene understanding functions;

For any questions, please contact eng@orbe.us

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published