Skip to content

Instantly share code, notes, and snippets.

@lando22
Last active May 24, 2022 06:05
Show Gist options
  • Save lando22/f5e11d7f4121932e5fcdc8b7d50944dd to your computer and use it in GitHub Desktop.
Save lando22/f5e11d7f4121932e5fcdc8b7d50944dd to your computer and use it in GitHub Desktop.
import humingbird
# creation + prediction in one call
prediction = humningbird.Image.predict(,
image="digit_9.jpg",
labels=["1", "2", "3", "4", "5", "6", "7", "8", "9"]
)
print(prediction)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment