[LRUG] Face detection APIs

Dan Garland dan at dangarland.co.uk
Tue Apr 28 14:24:25 PDT 2015


Hi Benji,

I had some success with the SkyBiometry API at a hackathon last year. 
It's free for a certain limit of recognised faces...

https://www.skybiometry.com

There is a gem called 'Face' that might help out.

https://github.com/rociiu/face

I made a little sinatra layer with it at the hackathon if it helps give 
you some idea of what it could do (and what I did with no sleep and 
vodka redbulls)

https://github.com/dmgarland/easy-face

HTH
Dan

On 28/04/15 22:09, chat-request at lists.lrug.org wrote:
> Send Chat mailing list submissions to
> 	chat at lists.lrug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.lrug.org/listinfo.cgi/chat-lrug.org
> or, via email, send a message with subject or body 'help' to
> 	chat-request at lists.lrug.org
>
> You can reach the person managing the list at
> 	chat-owner at lists.lrug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Chat digest..."
>
>
> Today's Topics:
>
>     1. SendGrid Compromised (Najaf Ali)
>     2. Face detection APIs (Benji Lanyado)
>     3. Re: Face detection APIs (Josh McMillan)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 28 Apr 2015 11:23:23 +0100
> From: Najaf Ali <ali at happybearsoftware.com>
> To: London Ruby Users Group <chat at lists.lrug.org>
> Subject: [LRUG] SendGrid Compromised
> Message-ID:
> 	<CAPByDDFgFtTsY_EKWr-mOsk5CuwMybz951rCmYoJko_vpbbJLw at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi all,
>
> There doesn't appear to be an email notification going out from SendGrid or
> much activity on twitter so I thought I'd send this link to the list:
>
> https://sendgrid.com/blog/update-on-security-incident-and-additional-security-measures/
>
> Probably nothing but strong recommend for rotating your credentials if you
> haven't in the past few weeks.
>
> All the best,
>
> -Ali, happybearsoftware.com
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20150428/267f3679/attachment.html>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 28 Apr 2015 14:50:24 +0100
> From: Benji Lanyado <benjilanyado at gmail.com>
> To: London Ruby LRUG <chat at lists.lrug.org>
> Subject: [LRUG] Face detection APIs
> Message-ID:
> 	<CAHK1NnQgCBwKuTh6esu6950OTtciE-xpcsuMn9JS=-_Ehhd0Ag at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello all,
>
> We're doing some fiddling with face detection APIs, and were wondering if
> any of you had any strong feelings on APIs to choose or avoid?
>
> Things we're interested in:
>
> ? Option for straight up face *detection *[bool - "there's a face in that
> image!"], rather than full-fat face recognition ["that's Mary!"], or
> analysis ["Mary is happy!"]. We're only interested in detection.
>
> ? Value for money.
>
> ? Ease of integration, documentation, and reliability.
>
> Any experiences with an API, good or bad, would be greatly appreciated.
>
> Many thanks in advance,
>
> Benji Lanyado
> Founder, Picfair.com
> @benjilanyado <https://twitter.com/benjilanyado>
> +44 7980 300 606
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20150428/9f58a572/attachment-0001.htm>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 28 Apr 2015 14:59:12 +0100
> From: Josh McMillan <josh at joshmcmillan.co.uk>
> To: Benji Lanyado <benjilanyado at gmail.com>, London Ruby LRUG
> 	<chat at lists.lrug.org>
> Subject: Re: [LRUG] Face detection APIs
> Message-ID: <etPan.553f9230.79e2a9e3.16a88 at jmc.local>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Benji,
>
> I?ve used OpenCV with the Viola-Jones algorithm with some degree of success in the past.?
>
> There?s some bindings to OpenCV for Ruby available:?https://github.com/ruby-opencv/ruby-opencv. The README includes an example of doing face detection. It?s not the most reliable mechanism, but with some tweaking you can get it to acceptable level of accuracy.
>
> HTH
>
> Cheers,
> Josh
>
> On 28 April 2015 at 14:50:32, Benji Lanyado (benjilanyado at gmail.com) wrote:
>
> Hello all,
>
> We're doing some fiddling with face detection APIs, and were wondering if any of you had any strong feelings on APIs to choose or avoid?
>
> Things we're interested in:
>
> ? Option for straight up face detection [bool - "there's a face in that image!"], rather than full-fat face recognition ["that's Mary!"], or analysis ["Mary is happy!"]. We're only interested in detection.
>
> ? Value for money.
>
> ? Ease of integration, documentation, and reliability.
>
> Any experiences with an API, good or bad, would be greatly appreciated.
>
> Many thanks in advance,
> ?
> Benji Lanyado
> Founder, Picfair.com
> @benjilanyado
> +44 7980 300 606
>
> _______________________________________________
> Chat mailing list
> Chat at lists.lrug.org
> Archives: http://lists.lrug.org/pipermail/chat-lrug.org
> Manage your subscription: http://lists.lrug.org/options.cgi/chat-lrug.org
> List info: http://lists.lrug.org/listinfo.cgi/chat-lrug.org
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20150428/b65f0fb7/attachment-0001.htm>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Chat mailing list
> Chat at lists.lrug.org
> Archives: http://lists.lrug.org/pipermail/chat-lrug.org
> Manage your subscription: http://lists.lrug.org/options.cgi/chat-lrug.org
> List info: http://lists.lrug.org/listinfo.cgi/chat-lrug.org
>
>
> ------------------------------
>
> End of Chat Digest, Vol 111, Issue 16
> *************************************
>



More information about the Chat mailing list