Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anuragpoolakkal/jarvis
Voice Assistant that can reply to voice commands
https://github.com/anuragpoolakkal/jarvis
voice-assistant
Last synced: about 20 hours ago
JSON representation
Voice Assistant that can reply to voice commands
- Host: GitHub
- URL: https://github.com/anuragpoolakkal/jarvis
- Owner: anuragpoolakkal
- Created: 2021-09-25T08:25:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T06:02:08.000Z (over 2 years ago)
- Last Synced: 2024-05-21T07:16:20.854Z (6 months ago)
- Topics: voice-assistant
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jarvis
Jarvis is a voice assistant that can reply to voice commands.# Installation
For windows users
(run those in command prompt/cmt/terminal) For the robot to listen to our voice/speechpip install speechRecognition
To speak out, or text to speech
pip install pyttsx3
For advance control on browser
pip install pywhatkit
To get wikipedia data
pip install wikipedia
To get funny jokes
pip install pyjokes
For linux users
Learn all the above commands on terminal. Make sure to usepip3
, because in linuxpip
refers forpython2
andpip3
refers topython3
. Install these too -pip3 install pyAudio
In case any error pops up install this -
pip3 install portAudio