nixpkgs/pkgs
Maximilian Bosch c26864122d
pythonPackages.face_recognition: init at 1.2.1
Adds the python package `face_recognition` and its dependency
`face_recognition_models`.

This package is a wrapper for `dlib` which is able to detect faces in a
given image. I checked the package with the following expression:

```
with import ./. { };

stdenv.mkDerivation {
  name = "facetest";
  src = null;
  buildInputs = with pythonPackages; [ face_recognition ];
}
```

The package works perfectly fine in a `nix-shell`:

```
$ nix-shell
[nix-shell:~]$ python
Python 2.7.14 (default, Sep 16 2017, 17:49:51)
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import face_recognition
>>> img = face_recognition.load_image_file("/home/ma27/me.jpg")
>>> print(face_recognition.face_locations(img))
```
2018-03-21 23:22:45 +01:00
..
applications elisa: init at 0.0.20180320 2018-03-20 12:21:20 +08:00
build-support Merge commit '3ab2949' from staging into master 2018-03-15 22:30:56 +02:00
common-updater common-updater: support updating source URL 2018-03-16 23:17:07 +09:00
data Merge pull request #37158 from oxij/pkgs/tor-browsers 2018-03-16 18:06:50 +00:00
desktops enlightenment: 0.22.1 -> 0.22.2 2018-03-20 09:46:13 +01:00
development pythonPackages.face_recognition: init at 1.2.1 2018-03-21 23:22:45 +01:00
games widelands: fix launchpad url 2018-03-19 11:07:14 +09:00
misc armTrustedFirmware: Remove targetPlatforms like was done in U-Boot 2018-03-20 02:33:40 +02:00
os-specific linux-copperhead: 4.15.10.a -> 4.15.11.a 2018-03-19 22:32:47 -04:00
servers varnish4: init at 4.1.9; varnish6: init at 6.0.0 2018-03-20 07:10:36 +00:00
shells bash-completion: 2.7 -> 2.8 2018-03-19 22:12:04 -07:00
stdenv Merge remote-tracking branch 'upstream/master' into fix-cross-jobs 2018-03-19 21:47:56 -04:00
test tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
tools zstd: Fix install name on macOS 2018-03-20 13:43:02 +01:00
top-level pythonPackages.face_recognition: init at 1.2.1 2018-03-21 23:22:45 +01:00