fully automatic image to recipe converter (working) #3338
Nicouschulas
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello guys,
I built a fully automatic recipe converter that turns images (even multiple in a row) into a valid Nextcloud Cookbook folder with an appropriate folder title and recipe.json. It works on Windows 11 and Debian 13.
It can run completely automatically. You upload a photo, a cronjob checks periodically, and if a new image is found, the script triggers. Once finished, it deletes the original photo and uploads the formatted recipe to your specified target folder.
I tried a few different approaches:
With this setup, I reached a success rate of around 99% (only doing real mistakes when it's bad handwriting) and barely have to correct anything manually anymore.
Is anyone interested in using this? If enough people want it, I can create a public repository and write proper documentation. I just wasn't sure if anyone else actually needs something like this.
2 votes ·
All reactions