Skip to content

Instantly share code, notes, and snippets.

@lando22
Created May 26, 2022 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lando22/386fff8220d10d06b1c5bf8d2259ffea to your computer and use it in GitHub Desktop.
Save lando22/386fff8220d10d06b1c5bf8d2259ffea to your computer and use it in GitHub Desktop.
import humingbird
intent_recognition = humingbird.Text.predict(
text="I was wondering what you have on your menu? I love ice cream!",
labels=["greeting", "goodbye", "menu", "prices", "start_order"]
)
print(intent_recognition)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment