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.