From a544fcb9e544d2a3e104c62c7ecb1c60f382668e Mon Sep 17 00:00:00 2001 From: Vilas Ninawe Date: Mon, 23 Oct 2023 20:00:34 +0530 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a132c10d..d92696fb 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,6 @@ To get started with this enhanced Whisper model, follow these steps: ### Android You can find a sample Android app in the [whisper_android](whisper_android) folder that demonstrates how to use the Whisper TFLite model for transcription on Android devices. -### iOS -You can find a sample iOS app in the [whisper_ios](whisper_ios) folder that demonstrates how to use the Whisper TFLite model for transcription on iOS devices. - ## DTLN quantized tflite model Our overarching objective is to incorporate real-time noise suppression through the utilization of a quantized [DTLN](https://github.com/breizhn/DTLN) tflite model, delivering noise-reduced audio data to the whisper tflite model.