We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9d0f6 commit 1ebb544Copy full SHA for 1ebb544
2 files changed
FLOWCHART.md
@@ -0,0 +1,13 @@
1
+# Recipe Generation Flow
2
+
3
+```mermaid
4
+flowchart TD
5
+ A[Cronjob triggers 1x daily] --> B[Initialize Vegan Food Blog framework\nusing gemini-3-flash-preview]
6
+ B --> C[Generate recipe from random\nvegan keywords\nusing gemini-3-flash-preview]
7
+ C --> D[Craft image prompt\nfrom generated recipe]
8
+ D --> E[Generate recipe image\nusing gemini-2.5-flash-image]
9
+ E --> F[Compose recipe post\nwith recipe + image]
10
+ F --> G[Commit & push to\nGitHub repository]
11
+ G --> H[GitHub Action builds\n& deploys to web space]
12
+ H --> A
13
+```
src/media/about/vegan_blog_workflow.png
-252 KB
0 commit comments