From 1cddb5fb93d9308a207655367295b68eed0ac9fb Mon Sep 17 00:00:00 2001 From: Ronald Colyar <35206353+RonaldColyar@users.noreply.github.com> Date: Wed, 30 Dec 2020 12:29:58 -0600 Subject: [PATCH 1/2] Added a python A.I. voice assistant tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a46da02..80b0060 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Build the game "Snake" in the terminal](https://robertheaton.com/2018/12/02/programming-project-5-snake/) - [Write yourself a Git](https://wyag.thb.lt/) - [A Python implementation of a Python bytecode runner](https://www.aosabook.org/en/500L/a-python-interpreter-written-in-python.html) +- [Create a Voice assistant using python](https://www.geeksforgeeks.org/voice-assistant-using-python/) ## Go: From 8362ec0b947a5aa89c3f4a6991011d2a73af7bf6 Mon Sep 17 00:00:00 2001 From: Norbert Klar Date: Fri, 27 Aug 2021 11:06:15 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80b0060..3af78fa 100644 --- a/README.md +++ b/README.md @@ -484,7 +484,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Build the game "Snake" in the terminal](https://robertheaton.com/2018/12/02/programming-project-5-snake/) - [Write yourself a Git](https://wyag.thb.lt/) - [A Python implementation of a Python bytecode runner](https://www.aosabook.org/en/500L/a-python-interpreter-written-in-python.html) -- [Create a Voice assistant using python](https://www.geeksforgeeks.org/voice-assistant-using-python/) +- [Create a Voice assistant using Python](https://www.geeksforgeeks.org/voice-assistant-using-python/) ## Go: