Skip to content

Instantly share code, notes, and snippets.

@lando22
Created May 24, 2022 06:12
Show Gist options
  • Save lando22/450b798492429bc2a9157fe4b00cdca5 to your computer and use it in GitHub Desktop.
Save lando22/450b798492429bc2a9157fe4b00cdca5 to your computer and use it in GitHub Desktop.
import humingbird
prediction = humingbird.Image.predict(
image_path="digit_9.jpg",
labels=["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"] # added 10
)
print(prediction)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment