Voice Assistant Python - [Initial Release]

in #programming8 years ago (edited)

Voice Assistant Python - Initial Release.png


This is a video presentation of the initial release of one of the voice assistants I coded in Python.

In this short presentation I discuss the libraries I used for making this assistant and I also provide links to the repository made for this purpose as well as the libraries.

The major libraries I used are:

  • speech_recognition for voice recognition
  • pygame for sound output
  • wolframalpha and wikipedia for query
  • pyvona for voice output
  • webbrowser for web browsing
  • and pyperclip for clipboard manipulation.

In the video I also showcase the latest release of the code which has one big improvement, the fact that it does not seem to freeze with the microphone always on, as earlier versions did.


▶️ DTube
▶️ IPFS

To stay in touch with me, follow @cristi


Cristi Vlad Self-Experimenter and Author

Sort:  

good info,thank you

As usual, you always share informative things. No need to describe. Thumb up for you 👍🏻

@cristi. Can you provide the source code, maybe a GitHub link for this?