Skip to content

LucaWolf/shakemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Pokemon's description in Shakespeare style

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages