Skip to content

Commit 1ebb544

Browse files
committed
flow updated
1 parent fc9d0f6 commit 1ebb544

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

FLOWCHART.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```
-252 KB
Loading

0 commit comments

Comments
 (0)