From c0635f6bc7bbeec7be7901fde4ce1823d00bf8cf Mon Sep 17 00:00:00 2001 From: TKS <32640296+bigsk1@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:26:01 -0700 Subject: [PATCH] add docker demo video --- Dockerfile | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index ccacb57..7c50ae8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \ libswscale-dev \ libswresample-dev \ wget \ + curl \ python3.10 \ python3.10-venv \ python3-pip \ diff --git a/README.md b/README.md index 6ee315c..5457943 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,12 @@ Alien conversation using openai gpt4o and openai speech for tts. [![Watch the video](https://img.youtube.com/vi/d5LbRLhWa5c/maxresdefault.jpg)](https://youtu.be/d5LbRLhWa5c) + +Docker - ollama - xtts-v2 + +[![Watch the video](https://img.youtube.com/vi/wG4-Djicuf4/maxresdefault.jpg)](https://youtu.be/wG4-Djicuf4) + + ## License This project is licensed under the MIT License. \ No newline at end of file