Improved
Alpha v1
Features:
- User submits URL of a JPEG image of a form
- Image is sent to an LLM, along with a prompt and JSON schema
- Uses Anthropic LLM by default, or OpenAPI if no Anthropic API key is found
- LLM returns JSON representing any form elements in the image
- JSON is used to generate a multi-page web form in an iframe
Thanks to joelanman, Jarek-Rolski, eltociear and simonw for contributions!