Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 2.89 KB

README.md

File metadata and controls

83 lines (57 loc) · 2.89 KB

Examples

Examples of applications generated entirely with npx genaicode:

This example demonstrates usage of --task-file feature:

  • first command:
    npx genaicode --task-file="tasks/create_python_hw_app_task.md"
  • second command:
    npx genaicode --task-file="tasks/use_virtualenv.md"

It was generated using the --explicit-prompt option:

  • first command:
    npx genaicode --explicit-prompt="Create an example hello world application using golang, including README with instructions how to compile it and run it"
  • second command:
    npx genaicode --explicit-prompt="I want the Hello, World! text to be colored"
npx genaicode --explicit-prompt="similar to golang_hello_world, and python_hello_world, create an example java hello world application"

This example demonstrates vision capabilities, takes a sketch of a web page, and asks for generation of the page accordingly to the sketch:

npx genaicode --task-file="./vision_task.md" -vision --dry-run
Sketch Result






  • first iteration:
npx genaicode --explicit-prompt="Please create a simple arcanoid game"
  • result: simple game is created, it is using html and plain js

    first iteration
  • second iteration: Replace window.alert with html based messages

    npx genaicode --explicit-prompt="Instead of using window.alert to show messages, show them using HTML, and pause the game when a message is shown. Allow user to confirm the message to continue"
  • result: window.alert is replaced with nice html based image

    second iteration

An example that demonstrates the image generation/editing capabilities.

Commands:

npx genaicode --task-file="1_triangle.md" --imagen=vertex-ai
npx genaicode --task-file="2_remove_background.md"
npx genaicode --task-file="3_genai_edit_image.md" --imagen=dall-e
npx genaicode --task-file="4_split_image.md" --vision