aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Pete Warden <petewarden@google.com>2017-08-16 15:16:54 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-16 15:23:16 -0700
commitbf2365e7cbcb54bc06baaae5c6d3fef7236626c4 (patch)
tree16e2301cc7e6e1a747b2371bc226c49f22d60c75 /WORKSPACE
parent89617e72e7cb103dfefc6a627fc78d0314c5eb9f (diff)
Android demo app for speech recognition
PiperOrigin-RevId: 165504820
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE10
1 files changed, 10 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 959587387e..5e9b991fcc 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -80,3 +80,13 @@ new_http_archive(
"http://download.tensorflow.org/models/stylize_v1.zip",
],
)
+
+new_http_archive(
+ name = "speech_commands",
+ build_file = "models.BUILD",
+ sha256 = "c3ec4fea3158eb111f1d932336351edfe8bd515bb6e87aad4f25dbad0a600d0c",
+ urls = [
+ "http://storage.googleapis.com/download.tensorflow.org/models/speech_commands_v0.01.zip",
+ "http://download.tensorflow.org/models/speech_commands_v0.01.zip",
+ ],
+)