From 5bb129467837e3d40396522d753457a53075fab6 Mon Sep 17 00:00:00 2001 From: Abhishek Tiwari Date: Fri, 25 Sep 2020 10:36:26 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33b9691..7fc666b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A python script that tries to find any grammatical mistake(s) in a sentence you speak using Google Web Speech Recognition API, LanguageTool API and Google's TexttoSpeech. -Libraries used: +Python Libraries used: -[gTTS](https://pypi.org/project/gTTS/) -[SpeechRecognition](https://pypi.org/project/SpeechRecognition/) -[LanguageTool](https://languagetool.org/) From 0d282b27a08bbac9370d81eed53dc074eb82afb8 Mon Sep 17 00:00:00 2001 From: Abhishek Tiwari Date: Thu, 1 Oct 2020 00:43:44 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7fc666b..93f8d6a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ A python script that tries to find any grammatical mistake(s) in a sentence you speak using Google Web Speech Recognition API, LanguageTool API and Google's TexttoSpeech. + Python Libraries used: -[gTTS](https://pypi.org/project/gTTS/) -[SpeechRecognition](https://pypi.org/project/SpeechRecognition/)