Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1020 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 1020 Bytes

shakemon

Pokemon's description in Shakespeare style.

About

This project has been a testing playground for:

  • evaluating Codeium capabilities for Golang
  • getting my feet wet at using resty library as an http client.

Usage

This is a Go project, installing a golang compiler is a must.

  • clone the project then go build
  • run ./shakemon
  • from a terminal: curl localhost:8080/translate/pokemon/pikachu | jq or any other celebrity Pokemon
  • output by the Bard itself:
{
  "name": "pikachu",
  "description": "At which hour several of these pokémon gather,  their electricity couldst buildeth and cause lightning storms."
}

(Note: jq is but a pretty printing of the json output; skip it if unpleasant)

So... how's this AI engine Codeium faring?

Pretty darn good, I have been pleasantly impressed.

Read the full experience of this mini experiment to see what it has been capable of.