An open API service indexing awesome lists of open source software.

https://github.com/bacdong/virtual-assistant-v1

Learning build virtual assistant with python and python library support.
https://github.com/bacdong/virtual-assistant-v1

ai library pyaudio python python3 pyttsx3 speech-recognition virtual-assistant

Last synced: 7 months ago
JSON representation

Learning build virtual assistant with python and python library support.

Awesome Lists containing this project

README

          

### 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) #####