From a31336752caa8167b754cf1f039f59687840343f Mon Sep 17 00:00:00 2001 From: Eric Ciarla Date: Mon, 18 Nov 2024 14:04:29 -0500 Subject: [PATCH] Create README.md --- examples/ai-podcast-generator/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/ai-podcast-generator/README.md diff --git a/examples/ai-podcast-generator/README.md b/examples/ai-podcast-generator/README.md new file mode 100644 index 00000000..f27cf084 --- /dev/null +++ b/examples/ai-podcast-generator/README.md @@ -0,0 +1,7 @@ +# Generate AI podcasts based on real time news 🎙️ + +This example crawls the web for interesting news stories then records a podcast with your own voice. + +Here is a link to the repo: + +[https://github.com/ericciarla/aginews-podcast](https://github.com/ericciarla/aginews-podcast) \ No newline at end of file