-
Notifications
You must be signed in to change notification settings - Fork 736
Conversation
llama_hub/tools/azure_cv/base.py
Outdated
CV_URL_TMPL = "https://{resource}.cognitiveservices.azure.com/computervision/imageanalysis:analyze" | ||
|
||
class AzureCVToolSpec(BaseToolSpec): | ||
"""Wolfram Alpha tool spec.""" |
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.
docstring
llama_hub/tools/azure_cv/README.md
Outdated
Here's an example usage of the AzureCVToolSpec. | ||
|
||
```python | ||
from llama_hub.tools.google_search.base import AzureCVToolSpec |
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.
import is wrong
Once a make a few more of these Azure tools I'll make a more advanced combined notebook playing around with some image and audio stuff! |
75233cd
to
3f2fd11
Compare
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.
@ajhofmann would you be able to help fix merge conflicts?
Should be fixed but worried the two Azure PRs are gonna create another one, I'll fix it up again if they do 👌 |
Combined all the Azure tools into one PR for easy of merging 🆗 https://github.com/emptycrown/llama-hub/pull/459/files |
Azure computer vision tool for OCR and image classification