Skip to content

Logadheep/VirtualAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VirtualAssistant

Simple virtual assistant using pyttsx3 and speech recognition optionally with pywhatkit and pther libraries.

Third Party Libraries used and steps to install:

Pyttsx3

For Text-to-Speech Software

pip install pyttsx3

SpeechRecognition

For parsing and converting the input audio into text

pip install SpeechRecognition

pywhatkit

For Other purposes

pip install pywhatkit

PyAudio

For accessing Microphone of Laptops nnd PCs

pip install pyaudio

if the above command results in some errors use the below commands

pip install pipwin

pipwin install pyaudio

About

Simple virtual assistant using pyttsx3 and speech recognition optionally with pywhatkit and pther libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published