Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 484 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 484 Bytes

Voice assistant using Python

The voice assistant Alice is built using the following libraries
  • speech_recognition
  • gtts
  • openai
  • playsound

The voice assistant is hard-coded for a few tasks such as telling jokes, fetching details about personalities from wikipedia, searching for content using a browser, etc. For the tasks which aren't included in the code, it uses the OpenAI API to fetch the answers for the user's commands.