Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/speech pip 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 use pip3, because in linux pip refers for python2 and pip3 refers to python3. Install these too - pip3 install pyAudio

In case any error pops up install this - pip3 install portAudio