Skip to content

Commit 15e6a72

Browse files
Update README.md
formatting
1 parent bb63f15 commit 15e6a72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ This repository contains Docker File Image source for the use of image and video
55
# To Build the Dockers
66
1. `docker build -f InceptionRestDockerfile -t uscdatascience/inception-rest-tika .` - Builds the Inception v4 model Image detection capability.
77
2. `docker build -f Im2txtRestDockerfile -t uscdatascience/im2txt-rest-tika .` - Builds the Show and Tell model Image Text Captioning capability.
8-
 3. `docker build -f InceptionVideoRestDockerfile -t uscdatascience/inception-video-rest-tika .` - Builds a Docker with OpenCV and Tensorflow that can be used to idenitfy objects in Videos.
9-
8+
3. `docker build -f InceptionVideoRestDockerfile -t uscdatascience/inception-video-rest-tika .` - Builds a Docker with OpenCV and Tensorflow that can be used to idenitfy objects in Videos.
109

1110
# To Test the Dockers
1211
1. `docker run -it -p 8764:8764 uscdatascience/inception-rest-tika` - then run the tests in [ObjectRecognitionParserTest class](https://github.com/apache/tika/blob/master/tika-parsers/src/test/java/org/apache/tika/parser/recognition/ObjectRecognitionParserTest.java)

0 commit comments

Comments
 (0)