package
0.0.0-20211104010641-8c9bb28ce643
Repository: https://github.com/bcspragu/codenames.git
Documentation: pkg.go.dev

# README

Codenames Local

The codenames-local binary takes three flags:

  • --model_file (Required) - A file containing a pre-trained word2vec model. Required, or the AI can't make associates between words.
  • --api_key_file (Optional) - A file containing a Google Cloud API Key that has access to the Cloud Vision API. If not specified, will attempt to authenticate with Google Default Credentials.
  • --dict_file (Optional) - A list of newline-separated words all in capital letters, used to sanitize Cloud Vision output. If not specified, the image parser may struggle to parse a valid board.