Project

towise

0.0
No commit activity in last 3 years
No release in over 3 years
FACIADOR is established to make a rise to face&body detection technologies parallel to technological needs. Our mission is to make people meet this technology and support them with it to let them accomplish a difference in their fields.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 0.15.4
~> 10.0
 Project Readme

TOWISE RUBY API

Towise assists you to detect human faces and bodies with using the latest and reliable technology.

Getting Started

Prerequisites

ruby 2.6.3
gem 3.0.3

Installing

To install the package

gem install towise 

To import your project

require "towise"

Using Towise

You must enter appKey and appId

For Example:

require "towise"

image_url = "https://cdn.onebauer.media/one/media/5c6e/80bc/d007/9656/5f0a/6c12/dua-lipa-brits.jpg"
t = Towise::API.new({"appid"=>"your appId","appkey"=>"your appKey"})
puts t.faceDetect(image_url)

Versioning

For the versions available, see the https://github.com/argedor/TowiseNodeJSAPI/tags

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details