-
Notifications
You must be signed in to change notification settings - Fork 736
Adding Azure speech, translate and CV tools #459
Conversation
f1607a0
to
fa7c02a
Compare
a59468b
to
86076da
Compare
86076da
to
9992155
Compare
regarding that point could we upload to dropbox and just |
For this file I think we can actually just download it from the source, will look into the other files in the |
813d9ca
to
43cc29b
Compare
azure_cv.mp4CV demo, working on a demo video for the speech tools |
awesome! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
out of curiosity did you end up using dropbox?
Ended up just using a request to download the sample into a file directly from Azure where Microsoft was hosting in: https://github.com/emptycrown/llama-hub/pull/459/files#diff-a332a2ba989d2f7aafc1f20d1bc80c8ddbfda7f1417c1c2c92ab696993767b60R77-R80 I think maybe for something like the Shopify GraphQL schema dropbox could be useful, because its not being hosted anywhere public right now |
One question about this; adding the files to the
data
folder is nice for the demos, but we should make sure we aren't packaging the notebooks directory in our pip package, since the files are going to start making the download needlessly large.