https://github.com/devmnj/py-ai-assistant
A python voice assistant script for fetching jokes
https://github.com/devmnj/py-ai-assistant
python3 pyttsx3 speechrecognition-python
Last synced: 11 months ago
JSON representation
A python voice assistant script for fetching jokes
- Host: GitHub
- URL: https://github.com/devmnj/py-ai-assistant
- Owner: devmnj
- Created: 2023-02-03T16:25:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T16:25:31.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T11:35:05.081Z (about 1 year ago)
- Topics: python3, pyttsx3, speechrecognition-python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This is a Python AI Assistance example using following libraries
* speechrecognition
* pyttsx3
The Program will recognize voide and out put as sound. If you tell `tell me a joke` , the program will fetch some jokes from the internet, you can hear that. lol.
By saying `goodbye` the program will shut down.
## Requirement
Make sure there is a microphone attached to your computer or need a bluetooth device such as headphone or earbuds, at least.
Also need **Python** installed locally.
## Run the program
Install required package packages using `pip install -r requirement.txt`
run the program `python main.py` and shoot a hello.