https://github.com/rahul-0000-code/ai-voice-assistant
Using python AI voice assistant
https://github.com/rahul-0000-code/ai-voice-assistant
Last synced: about 1 year ago
JSON representation
Using python AI voice assistant
- Host: GitHub
- URL: https://github.com/rahul-0000-code/ai-voice-assistant
- Owner: rahul-0000-code
- Created: 2023-04-01T12:19:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T12:22:34.000Z (about 3 years ago)
- Last Synced: 2025-01-29T08:44:36.123Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI-voice-assistant
Using python AI voice assistant
Steps to setup
Go to vs code copy this repo
open terminal and do the following;
Install dependencies using pip:
pip install speechrecognition
pip install pyttsx3
pip install wikipedia
pip install wolframalpha
pip install pygame
pip install openai
If using google cloud text-to-speech
pip3 install --user --upgrade google-cloud-texttospeech