This is an automated email from the ASF dual-hosted git repository. rabbah pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-python.git
commit 65583902dc97300d95b1005cc304001d81d60e78 Merge: cee010a 5c4547c Author: rodric rabbah <[email protected]> AuthorDate: Thu Dec 20 16:33:42 2018 -0500 Adds a new AI Action kind .travis.yml | 2 +- README.md | 3 + core/python3AiAction/Dockerfile | 61 ++ core/python3AiAction/README.md | 85 ++ .../python3AiAction/build.gradle | 22 +- core/python3AiAction/requirements.txt | 27 + .../samples/smart-body-crop/.gitignore | 5 + .../samples/smart-body-crop/common.py | 332 ++++++++ .../samples/smart-body-crop/crop.ipynb | 872 +++++++++++++++++++++ .../samples/smart-body-crop/fashion-men-1.jpg | Bin 0 -> 2471074 bytes .../samples/smart-body-crop/inference.py | 246 ++++++ settings.gradle | 1 + .../Python3AiActionContainerTests.scala | 94 +++ .../PythonActionContainerTests.scala | 8 +- tools/travis/publish.sh | 2 + 15 files changed, 1736 insertions(+), 24 deletions(-)
