From 6381f4b5bfcd5e6fc1f79536d5a089ce4069dbe2 Mon Sep 17 00:00:00 2001 From: Sergio Solorzano Date: Sun, 3 Sep 2023 18:58:41 +0100 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 665f7dd..d6f6475 100644 --- a/README.md +++ b/README.md @@ -10,33 +10,33 @@ The AI models in the Unity project of this repo are powered by Microsoft's cross We run two of the AI models locally, [Whisper-Tiny](https://huggingface.co/openai/whisper-tiny) and [stable diffusion in U-Net architecture](https://huggingface.co/CompVis/stable-diffusion-v1-4/tree/onnx); we access a third, [Chatgpt](https://learn.microsoft.com/en-us/azure/ai-services/openai/chatgpt-quickstart?tabs=command-line&pivots=programming-language-csharp), remotely via an API. -diagram-flow +diagram-flow

 

In a Unity scene we loop the AI Models over each podcast audio section to generate the contextual images. -