Face
ruby wrapper of http://developers.face.com/docs/api
Install / Use
/learn @rociiu/FaceREADME
Note: This gem is still under development, create issues if you meet any problem when using it https://github.com/rociiu/face/issues
Face is a ruby library of SkyBiometry Face Detection and Recognition API.
== Getting Started
sudo gem install face
irb
require 'face' client = Face.get_client(api_key: 'your_api_key', api_secret: 'your_api_secret')
Detect Faces with Urls:
client.faces_detect(urls: ['http://farm6.static.flickr.com/5220/5431220348_fbdf80ae9.jpg'])
Get all Face attributes:
client.faces_detect(urls: ['http://farm6.static.flickr.com/5220/5431220348_fbdf80ae9.jpg'], attributes: 'all')
Detect Faces with Raw image data:
client.faces_detect(file: File.new('image.jpg', 'rb'))
More Documentation refer to http://www.skybiometry.com/Documentation.
Author: Roc Yu (rociiu.yu@gmail.com)
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
