manbirmarwah / JARVIS

J.A.R.V.I.S. is a Python-based AI assistant that is capable of performing tasks such as sending e-mails, home automation, Wikipedia search, weather updates and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JARVIS

J-A-R-V-I-S is a Python-based AI assistant that is capable of performing tasks such as sending e-mails, home automation, Wikipedia search and much more.

Prerequisites

Install the following libraries by running these commands:

  • pyttsx3
pip install pyttsx3
  • pyaudio
pip install pyaudio
  • Speech Recognition
pip install SpeechRecognition
  • Wikipedia
pip install wikipedia

About

J.A.R.V.I.S. is a Python-based AI assistant that is capable of performing tasks such as sending e-mails, home automation, Wikipedia search, weather updates and more.

License:MIT License


Languages

Language:Python 100.0%