/J.A.R.V.I.S

Voice activated assistant.

Primary LanguagePython

J.A.R.V.I.S

Voice activated assistant which takes commands from the user and works accordingly. Does day to day tasks for user like writing notes, sending emails, sending messages over whatsapp. And for it to interact with the user. It uses Speech recognition ie the process of converting audio into text. This is commonly used in voice assistants like Alexa, Siri, etc. Python provides an API called SpeechRecognition to allow us to convert audio into text for further processing.