Skip to content

Learning build virtual assistant with python and python library support.

Notifications You must be signed in to change notification settings

Bacdong/virtual-assistant-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Assistant

Not complete, just for fun.

How to run Vitual Assistant?

To use, make sure you have successfully installed python

if not, you can download it here: "https://www.python.org/downloads/"

Developments Installation:


- pip install pyttsx3

- pip install speechrecognition 
  * ( if error on Linux, try again with: 
      + sudo apt-get update && sudo apt-get install espeak
      + sudo apt install libespeak1
    )

For Linux:

  pip install pyaudio

  * ( if error, try again with: 
      - pip install wheel
      - pip install --upgrade pyaudio
    )

For Windows:

- pip install pipwin

- pipwin install pyaudio

To run:

python main.py

To test:

- You said: "Hello"
- You said: "...time..."
- You said: "...today..."
- You said: "...pressident..."
- To stop the program: "...bye..." or "...goodbye..."
I'm Bacdongg. (author)

About

Learning build virtual assistant with python and python library support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages