AIception

免费
通过 Stefan Skliarov | 已更新 4 दिन पहले | Visual Recognition
人气

4.9 / 10

延迟

127,269ms

服务等级

0%

Health Check

N/A

README

AIception Package

Identify objects, faces and a person’s age from an image. Connect to the AIception Visual Recognition API to identify objects, faces and a person’s age from an image. Test an API call and export the code into your app.

How to get credentials:

  1. Sign up in AIception.
  2. Navigate to Dashboard page.
  3. Click “Revoke and Generate Token”.
  4. Use “Secret API Token” as “apiToken”.

Custom datatypes:

Datatype Description Example
Datepicker String which includes date and time
Map String which includes latitude and longitude coma separated
List Simple array
Select String with predefined values
Array Array of objects

AIception.findFaces

Get a list of all the locations of the faces in the image.

Field Type Description
apiToken credentials Secret API Token.
imageUrl String The image to analyze.

AIception.getFaceTask

Gets the face task.

Field Type Description
apiToken credentials Secret API Token.
taskId String An internal id for the task.

AIception.createFaceAgeTask

Creates a new face age task that approximates the age of the person in the image.

Field Type Description
apiToken credentials Secret API Token.
imageUrl String The image to analyze.

AIception.getFaceAgeTask

Gets the face_age task.

Field Type Description
apiToken credentials Secret API Token.
taskId String An internal id for the task.

AIception.createDetectObjectTask

Creates a new detect object task that recognizes the object in the image.

Field Type Description
apiToken credentials Secret API Token.
imageUrl String The image to analyze.

AIception.getDetectObjectTask

Gets the detect_object task.

Field Type Description
apiToken credentials Secret API Token.
taskId String An internal id for the task.

AIception.createAdultContentTask

Creates a new adult_content task that tells the if the image has nudity or sexual content.

Field Type Description
apiToken credentials Secret API Token.
imageUrl String The image to analyze.

AIception.getAdultContentTask

Gets the adult_content task.

Field Type Description
apiToken credentials Secret API Token.
taskId String An internal id for the task.

AIception.createArtisticImage

Given an image content and a style image create a new stylized image of the content.

Field Type Description
apiToken credentials Secret API Token.
imageUrl String The content image to analyze.
styleUrl String The style image to analyze.

AIception.getArtisticImageByTaskId

The artistic_image will have the urls of the stylized images.

Field Type Description
apiToken credentials Secret API Token.
taskId String An internal id for the task.
关注者:1
资源:
产品网站
API 创建者:
Rapid account: Stefan Skliarov
Stefan Skliarov
stefan.skliarov
登录并给 API 打分
打分:5 - 投票:1