Added a python A.I. voice assistant tutorial

This commit is contained in:
Ronald Colyar 2020-12-30 12:29:58 -06:00 committed by GitHub
parent 97afefeb79
commit 1cddb5fb93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: