Biometric Facial Recognition Command Line Tool - performance

I would like to perform a simple task: to upload a client image to the server and compare this image with other images in a folder. To do so I could use a command line tool compiled in a low or mid-level language (such as C) and call the binary via php. Does anyone know any software/library on that model?

Related

c# ZPL Binary Kits License

Hello, I am developing a program for my company.
In this project, we need to implement a feature that previews zebra's zpl in C#.
Therefore, I want to use an external library (Nuget), but the famous Labelary not only has restrictions on continuous use, but the company does not want security information to be passed on.
Therefore, I want to use a Nuget package called Binary Kits, but this package also seemed to support how to use Labelary and its own viewer module.
If I use Binary Kits' own viewer module, I wonder if there will be any problems such as my data being
transferred to another place, or there being a limit on the number of preview uses.
enter image description here
I installed BinaryKits.Zpl.Viewer and these packages were downloaded automatically.

Convert *.dwg between versions

I am using an off site drafter for much of the drawing work that I have done. My office uses Autocad 2012 LT, while the off site drafter produces files in the 2016 format. In order to edit the drawings I must first convert the files from the newer autocad drawing format to an older format using DWG Trueview. Is there any way to interact with an API to complete this task?
The only programming language I know is python. I know comtypes can interact with the DLL's so its a matter of hooking in.
You can already convert drawings in batch using the DWG Convert tool provided with DWG TrueView, and so in my opinion there is very little benefit to be gained in investing a significant amount of time attempting to automate this process further.
Simply follow the detailed instructions & video tutorial provided here.

Extract pictures from a table in a PDF

I would like to write a small program, or script, to extract a set of pictures from a pdf.
I have several PDFs, they each have a table of pictures. I would link to have one picture per file. Therefore I need a way to extract them. Due to the nature of the PDF (A table/grid), it seems that it would be much easier to write a program, than do some manual method. However I have no idea what tools are available.
What libraries are available?
Preference Python, then C# or Java, then maybe some other language (My C and C++ is rusty, I have not done them for years).
I am on Debian Gnu/Linux, so have a wide choice of tools.
I went with pdfbox (an Apache project, so Free Software) it is a java library and a command line tool (the app module). I then scripted it with a bit of python to process the extracted text (yes it did that as well), and rename the image files.

Speech to Text on UWP apps using Audio File as Input

I am having troubles finding the answer for this question on web.
The project I am developing demands that I could save a recorded audio file, and, after that, transcribe the audio to text for finding interesting predefined keywords.
I am using the Windows.Media.SpeechRecognition framework, and it works fine when you are transcribing the speech during the recording process. I can't find, in the same framework, a function which I can use with an audio file as input.
Does anybody know a good approach for this problem? Or another [free] framework for Windows Apps?
For online recognition and in particular in JS projects you can use directly Microsoft Cognitive Services, that are behind online recognition in the SpeechRecognition in Windows. It is free under some limits.
In particular here is open sourced wrapped for JavaScript on GitHub:Oxford.Speech.JS. It can deal with both wav-files and microphone. Sample code is designed like a website, but I'm pretty sure you can easily convert it into a HTML/JS-based UWP app.

Image manipulation on Google App Engine

I just found out that PIL functions on Google App Engine (GAE) are limited to only some basic functions.
I'm attempting to deploy a GAE app which is able to add text over an image and it is not possible to use GAE's Images Python API.
So right now, I'm hoping to look for alternatives:
External service I can call to modify the image?
The python 2.5 runtime only supports a limited set of operations through the Images API. However, the python 2.7 runtime supports the full PIL suite.

Resources