You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Tika Image and Video Object Detection and Captioning Dockers
2
2
3
-
This repository contains Docker File Image source for the use of image and video object identification and detection and image and video captioning using [Tensorflow](http://tensorflow.org/) and the [Apache Tika](http://tika.apache.org/) toolkit. You may want to check out our [Image Captioning Project by USC Data Science](http://github.com/USCDataScience/img2text.git).
3
+
This repository contains Docker File Image source for the use of image and video object identification and detection and image and video captioning using [Tensorflow](http://tensorflow.org/) and the [Apache Tika](http://tika.apache.org/) toolkit. Combined with our [Image Captioning Project by USC Data Science](http://github.com/USCDataScience/img2text.git) we provide a full implementation of the [Show and Tell: A Neural Image Caption Generator](https://arxiv.org/abs/1411.4555) paper. To our knowledge there is no other implementation of this paper available in the public domain.
4
4
5
5
# To Build the Dockers
6
6
1.`docker build -f InceptionRestDockerfile -t uscdatascience/inception-rest-tika .` - Builds the Inception v4 model Image detection capability.
0 commit comments