From 7d01f89cc3a05fbd4d79dd5713b9856a8e2764e1 Mon Sep 17 00:00:00 2001 From: Pete Warden Date: Fri, 18 Aug 2017 09:32:30 -0700 Subject: Android demo app for speech recognition PiperOrigin-RevId: 165714459 --- WORKSPACE | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'WORKSPACE') 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", + ], +) -- cgit v1.2.3