This is an automated email from the ASF dual-hosted git repository. mattmann pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tika.git
commit 3207f12c13491005b16104cbeeea8d3da2f6966d Merge: 0aaa121 e477480 Author: Chris Mattmann <[email protected]> AuthorDate: Mon May 8 22:54:47 2017 -0700 Merge pull request #165 from thammegowda/tika-dl [TIKA-DL] Image recognition powered by deeplearning4j and InceptionV3 .gitignore | 1 + pom.xml | 1 + tika-app/pom.xml | 5 + tika-dl/pom.xml | 123 ++++++++ .../tika/dl/imagerec/DL4JInceptionV3Net.java | 331 +++++++++++++++++++++ .../imagerec/imagenet_incpetionv3_class_index.json | 1 + .../apache/tika/dl/imagerec/inceptionv3-model.json | 1 + .../tika/dl/imagerec/DL4JInceptionV3NetTest.java | 44 +++ .../resources/org/apache/tika/dl/imagerec/cat.jpg | Bin 0 -> 7686 bytes .../tika/dl/imagerec/dl4j-inception3-config.xml | 34 +++ tika-server/pom.xml | 5 + 11 files changed, 546 insertions(+) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
