Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.36 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.36 KB

Maiker

Maiker is an AI-powered coding project generator that uses OpenAI's GPT-3.5 to generate entire code projects from a user-provided prompt. maiker-cli

This is the command line version of the maiker vscode extension

Watch the Presentation generation demo

Features

  • Generates entire code projects based on user-provided prompts
  • Generates entire slide presentations based on user-provided prompts
  • Uses OpenAI's GPT-3.5 for code generation
  • Outputs to a local project directory

Installation

  1. Install the CLI globally: pip3 install maiker.

  2. Set your OpenAI API key: export OPENAI_API_KEY="<your-open-api-key>". or adding it to the .env file (first rename the .env.example to .env)

  3. Use the maiker command to generate a code project from a user-provided prompt, for example:

    maiker "a snake game using just html and js"; open maiker-generated-project/index.html
    

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT