From b9a78e822c57a8416eeb03fea5ff8ff2ab52f8bb Mon Sep 17 00:00:00 2001 From: Saurabh Mishra Date: Fri, 3 Mar 2023 10:25:30 +0530 Subject: [PATCH] Added Speech Modules --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aa59b56..af43170 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,6 @@ Contains Federated Learning Concept implementation on EMNIST Dataset. ### [Added Graphs with Network Example](https://github.com/HSaurabh0919/tacos/blob/main/Graphs/Pyvis_Networkx.ipynb) 1. Simple network and inspecting the graphs + +### [Automatic Speech Recognition Examples](https://github.com/HSaurabh0919/tacos/tree/main/Speech) +1. Speech to Text Using Whisper