nixpkgs-suyu/pkgs/development
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
..
arduino
beam-modules
bower-modules/generic
compilers Emscripten 1.37.16 to 1.37.36 (#37291) 2018-03-18 13:34:46 +01:00
coq-modules
dotnet-modules/patches
eclipse/ecj
em-modules/generic Emscripten 1.37.16 to 1.37.36 (#37291) 2018-03-18 13:34:46 +01:00
go-modules
guile-modules
haskell-modules haskell-configuration-common: disable some tests depending on tasty-hunit-0.9 2018-03-20 13:34:38 +01:00
idris-modules idrisPackages: add packages 2018-03-20 07:16:21 +01:00
interpreters pythonPackages.tkinter: fix darwin build 2018-03-18 22:28:46 +01:00
java-modules jogl: temporary workaround for openjdk8 2018-03-19 08:44:21 +00:00
libraries aws-sdk-cpp: 1.4.10 -> 1.4.15 2018-03-19 20:05:53 -05:00
lisp-modules
lua-modules
misc
mobile
node-packages
ocaml-modules Merge pull request #37385 from coreyoconnor/google-drive-ocamlfuse-update 2018-03-20 00:17:43 +00:00
perl-modules
pharo
pure-modules
python-modules pythonPackages.face_recognition: init at 1.2.1 2018-03-21 23:22:45 +01:00
qtcreator
r-modules R: fix evaluation errors 2018-03-15 21:14:29 +01:00
ruby-modules
stm32/betaflight
tools imatix_gsl: fix clang build 2018-03-19 23:41:49 +01:00
web kore: fix clang build 2018-03-20 00:00:42 +01:00