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.
This is the command line version of the maiker vscode extension
Watch the Presentation generation demo
- 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
-
Install the CLI globally:
pip3 install maiker
. -
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) -
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
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.