Hacker News new | ask | show | jobs
by kirill5pol 854 days ago
You can use GPT-V to create functional components from images directly:

There was an open source project (https://github.com/abi/screenshot-to-code) that I borrowed the prompt from and made a custom GPT for myself where I just drag and drop the image. It’s not perfect but it’s pretty great overall!

Here are the prompts: https://github.com/abi/screenshot-to-code/blob/main/backend/...