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.
- Host: GitHub
- URL: https://github.com/bacdong/virtual-assistant-v1
- Owner: Bacdong
- Created: 2020-07-08T15:23:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T15:00:49.000Z (over 5 years ago)
- Last Synced: 2025-06-04T18:54:13.893Z (7 months ago)
- Topics: ai, library, pyaudio, python, python3, pyttsx3, speech-recognition, virtual-assistant
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) #####