Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ SlideDeck AI uses a chain of specialized tools and AI models to achieve its resu
|
|
47 |
2. **Creative Plan Tool (`Sambanova`):** This Markdown text is fed to a powerful LLM on Sambanova. The LLM acts as a Creative Director, outputting a detailed JSON "master plan" that defines the entire presentation—slide titles, key points, speaker notes, and even prompts for image generation.
|
48 |
3. **Image Asset Tool (`Nebius`):** The agent extracts the image prompts from the JSON plan and sends them to the Flux-Schnell model via Nebius to generate visual assets.
|
49 |
4. **Audio Asset Tool (`Modal`):** The speaker notes from the JSON plan are sent to a custom Text-to-Speech model (https://huggingface.co/hexgrad/Kokoro-82M) deployed on Modal, which returns audio files for each slide.
|
50 |
-
5. **HTML Builder Tool (`
|
51 |
---
|
52 |
---
|
53 |
|
|
|
47 |
2. **Creative Plan Tool (`Sambanova`):** This Markdown text is fed to a powerful LLM on Sambanova. The LLM acts as a Creative Director, outputting a detailed JSON "master plan" that defines the entire presentation—slide titles, key points, speaker notes, and even prompts for image generation.
|
48 |
3. **Image Asset Tool (`Nebius`):** The agent extracts the image prompts from the JSON plan and sends them to the Flux-Schnell model via Nebius to generate visual assets.
|
49 |
4. **Audio Asset Tool (`Modal`):** The speaker notes from the JSON plan are sent to a custom Text-to-Speech model (https://huggingface.co/hexgrad/Kokoro-82M) deployed on Modal, which returns audio files for each slide.
|
50 |
+
5. **HTML Builder Tool (`Nebius`):** Finally, the agent combines the JSON plan (now updated with image and audio URLs) and feeds it to another powerful LLM on Nebius. This model writs the complete, final HTML and CSS for the presentation.
|
51 |
---
|
52 |
---
|
53 |
|