MCPcopy Index your code
hub / github.com/TensorPy/TensorPy / get_image_classification

Function get_image_classification

tensorpy/image_base.py:104–106  ·  view source on GitHub ↗
(image_url)

Source from the content-addressed store, hash-verified

102
103
104def get_image_classification(image_url):
105 # Keep original method name for backwards-compatibility
106 return classify_image_url(image_url)
107
108
109def classify_local_image(file_path):

Callers

nothing calls this directly

Calls 1

classify_image_urlFunction · 0.85

Tested by

no test coverage detected