From e59dd955b001823f3df998f084fe254d4d9ce881 Mon Sep 17 00:00:00 2001 From: "junjie.jiang" Date: Mon, 28 Aug 2023 11:18:44 +0800 Subject: [PATCH] Update readme Signed-off-by: junjie.jiang --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d7e7a19..401e2a8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Authors: Jael Gu ## Overview +Recommend upgrading Towhee to >=1.1.1 and using https://towhee.io/towhee/audio-embedding + This pipeline extracts features of a given audio file using a VGGish model implemented in Pytorch. This is a supervised model pre-trained with [AudioSet](https://research.google.com/audioset/), which contains over 2 million sound clips. ## Interface