awacke1 commited on
Commit
1ca4c18
·
verified ·
1 Parent(s): 5279044

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -60
README.md CHANGED
@@ -15,67 +15,20 @@ https://huggingface.co/spaces/awacke1/ZeroHot
15
 
16
 
17
  # AI Multimodal Media Workflows and Pipelines
 
18
 
19
- ```mermaid
20
- graph TD
21
- %% Workflow 1: Text-to-Video with Music
22
- subgraph "Workflow 1: Storytelling Video"
23
- T1[Text Prompt] --> GPT[GPT-4 Omni]
24
- GPT --> IMG[Stable Diffusion 3]
25
- GPT --> VID[Stable Video Diffusion]
26
- IMG --> VID
27
- GPT --> AUD[MusicGen]
28
- VID --> COMP[Video Compositor]
29
- AUD --> COMP
30
- end
31
- ```
32
-
33
- ```mermaid
34
- %% Workflow 2: Medical Documentation to Multimedia
35
- subgraph "Workflow 2: Medical Case Study"
36
- DOC[PDF Document] --> RAG[Arxiv RAG QA]
37
- RAG --> TTS[Edge TTS]
38
- RAG --> IMG2[DALL-E 3]
39
- TTS --> FINAL[Final Presentation]
40
- IMG2 --> FINAL
41
- end
42
- ```
43
-
44
- ```mermaid
45
- %% Workflow 3: Real-time Patient Interaction
46
- subgraph "Workflow 3: Patient Communication"
47
- SPEECH[Real-Time ASR] --> CLAUDE[Claude 3.5]
48
- CLAUDE --> TRANS[Edge TTS]
49
- CLAUDE --> VIS[Stable Cascade]
50
- TRANS --> OUT[Patient Output]
51
- VIS --> OUT
52
- end
53
- ```
54
-
55
- ```mermaid
56
- %% Workflow 4: Medical Training Content
57
- subgraph "Workflow 4: Training Material"
58
- PROMPT[Course Outline] --> LLM[Claude 3.5]
59
- LLM --> MESH[InstantMesh]
60
- LLM --> SVID[Stable Video]
61
- MESH --> SVID
62
- LLM --> AUDIO[AudioGen]
63
- SVID --> FINAL2[Training Module]
64
- AUDIO --> FINAL2
65
- end
66
- ```
67
-
68
- ```mermaid
69
- %% Workflow 5: Interactive Medical Visualization
70
- subgraph "Workflow 5: Interactive Visualization"
71
- DATA[Medical Data] --> PLOT[AutoML Plotly]
72
- PLOT --> IMG3[ControlNet]
73
- IMG3 --> VID2[Video Generation]
74
- DATA --> VOICE[Voice Clone]
75
- VID2 --> PRESENT[Interactive Presentation]
76
- VOICE --> PRESENT
77
- end
78
- ```
79
 
80
  Zero GPU and GPU Spaces of note:
81
 
 
15
 
16
 
17
  # AI Multimodal Media Workflows and Pipelines
18
+ https://github.com/AaronCWacker/Yggdrasil/blob/main/Mermaid/MultimodalAIPipelines.md
19
 
20
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/F3JP184A79r-45Hejqy7m.png)
21
+
22
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/eZE0nPFkwRCbnCzZJS4eh.png)
23
+
24
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/Z8Wy_KLSO-AaFH_S_9hbB.png)
25
+
26
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/rhXo-z9VKHAS_U2lHGVTD.png)
27
+
28
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/lCnTbsCR7EWYUqD1OQvqM.png)
29
+
30
+
31
+ # AI Multimodal Model Spaces
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
  Zero GPU and GPU Spaces of note:
34