diff --git a/README.md b/README.md index 94e63f6..4e9c1d7 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ Services to securely store your Docker images. * [Vagrant - Docker provider](https://www.vagrantup.com/docs/docker/basics.html) - Good starting point is [vagrant-docker-example](https://github.com/bubenkoff/vagrant-docker-example) by [@bubenkoff](https://github.com/bubenkoff) * [Vessel](https://github.com/awvessel/vessel) - Automates the setup & use of dockerized development environments by [@awvessel](https://github.com/awvessel) +## Machine Learning +* [Dockerface](https://github.com/natanielruiz/dockerface) - Easy to install and use deep learning face detection for images and video in a docker container by [@natanielruiz](https://github.com/natanielruiz) ## Monitoring & Logging * [cAdvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers. Created by [@Google](https://github.com/google) diff --git a/pull_request_template.md b/pull_request_template.md index 9855318..6f85d88 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -23,14 +23,14 @@ **RULES (because you probably didn't read the guidelines):** Links will be tested with [awesome_bot](https://github.com/dkhamsing/awesome_bot). Please make sure your URL to be listed is unique (do some search queries), otherwise put a link at the end of `README.md` file. - + - FORMAT - Use the following format: `[Name](Link) - Description.` - `[Name]` should be the title of the project - `(Link)` should be pointing to a GitHub repository, not to a website - `Description.` should end with a full stop/period - For GitHub repositories, add the name of the author with a link to its GitHub account after the description, like `By [@author](GitHub account)` -- ORDER: The entries are in lexical order (English letter order) +- ORDER: The entries are in lexical order (English letter order) - LABEL (Optional) - $$$ indicates if one needs a paying subscription to use the project.
Add $$$ next to the project name like `[Name $$$](Link)`