[WIP] Automatically import recipes from videos (like youtube ones) into mealie #5448
Replies: 7 comments
|
Hi! Do you have any info/news on this project? |
|
Sadly there has been no traction/zero interest for this projet, so i thought at that time that as no-one seems interested (*), it would be a waste of time and energy to package/document it/explain it/etc. (* : maybe one reason is that it's an "external" tool - to be launched manually outside mealie - whereas most people may expect an "embedded" tool (i.e., all the work being done in the mealie importer)) |
|
I just want to add that I'm grateful for your work and interested in any kind automatable workflow that gets video recipes into mealie |
|
Also grateful, this looks great, but yeah, it would need to be embedded into mealie to gain traction. Have you thought about putting together a PR to add this as an import option? Also may the Gemini API key may deter users, are you just using their free key? |
|
It's a very different stack on my side (GOLANG + yt-dlp for the youtube downloader, as in the end, grabbing youtube videos is somehow a complex topic) compared to the MEALIE one (which is python based), so it would probably be difficult to integrate the two - but the tooling here is just using the MEALIE API in an external way, and, i'd say, it's also why an external API is there ... but i fully agree that a fully embedded solution would be easier / better for most people. Regarding the GEMINI API, i was using their beta (free) key, which was working really fine for some time (regarding results and speed), but it seems things have changed (now it's very slow, maybe they have introduced some limitations, i'll have to re-investigate that part). |
|
looking exactly for something like this.... |
|
FYI this is now implemented in some capacity: #6764 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey.
I'm new to mealie + i have many recipes from youtube, tiktok, .. links that i was willing to import.
So i've started (and beware, it's a work-in-progress for now !) an external importer (AI-powered) allowing to do nearly 100% of the work regarding these imports from videos (with as few manual modifications as possible).
What is already covered :
Regarding my very first tests, it seems to be basically working (but more tests and some adjustements are still needed).
What really needs to be finished :
Regarding "how to use it", for now it's only available on my side as an external tool, with a few configuration and prerequesites.
mealie-importer "https://www.youtube.com/watch?v=ABCDEFGHThat importer for the moment is just a single binary (will work on linux, mac, windows, as long as the pre-requesites are there) (being written in GOLANG).
At this time and with that set of features, the import is somehow fast (15-20 seconds of processing on top of the video download time).
The principle is basically just :
Maybe in the end it could be usable in another way, but for now it's like this.
One test recipe from my own mealie instance (the only one being "public") : so, everything inside that recipe has been automatically generated (no manual adjustements anywhere, except "public" state + "public" added in the title).
https://mealie.tensin.org/g/home/r/steak-hache-frites-2-0-public
A full screenshot for reference :

(and this is somehow related to discussions here : #4501 and here : #819)
All reactions