Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kairos

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kairos

  • 0.0.7
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Note: This gem is still under development, create issues if you meet any problem when using it https://github.com/chrisallick/kairos/issues

Kairos is a ruby library of Kairos Face Detection and Recognition API.

It is completely ripped off from https://github.com/rociiu/face by http://rociiu.com/

== Getting Started
gem install kairos

irb

require 'kairos' client = Kairos.get_client(:app_id => 'your_api_app_id', :app_key => 'your_api_app_key')

Detect Faces with Urls:

returns a Hash not a raw JSON string

puts client.detect(:urls => ['http://img3.wikia.nocookie.net/__cb20120804165550/assassinscreed/images/e/ed/New_engine_face_model_test_by_Michel_Thibault.png'])

Author: Chris Allick (chrisallick@gmail.com)

FAQs

Package last updated on 10 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc