From cca199f3e88c21d452da01e3e0187876e907a417 Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Mon, 24 May 2021 11:33:16 -0700 Subject: [PATCH] Update README.md duplicate --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 09bdfd18..09197eb7 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,6 @@ The [PyTorch demo app](https://github.com/pytorch/android-demo-app/tree/master/P [Vision Transformer](https://github.com/pytorch/android-demo-app/tree/master/ViT4MNIST) demonstrates how to use Facebook's latest Vision Transformer [DeiT](https://github.com/facebookresearch/deit) model to do image classification, and how convert another Vision Transformer model and use it in an Android app to perform handwritten digit recognition. -### Speech recognition - -[Speech Recognition](https://github.com/pytorch/android-demo-app/tree/master/SpeechRecognition) demonstrates how to convert Facebook AI's wav2vec 2.0, one of the leading models in speech recognition, to TorchScript and how to use the scripted model in an Android app to perform speech recognition. - ### Video Classification [TorchVideo](https://github.com/pytorch/android-demo-app/tree/master/TorchVideo) demonstrates how to use a pre-trained video classification model, available at the newly released [PyTorchVideo](https://github.com/facebookresearch/pytorchvideo), on Android to see video classification results, updated per second while the video plays, on tested videos, videos from the Photos library, or even real-time videos.