Skip to content

CodexTraveler/Jarvis-artificial-intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jarvis-artificial-intelligence

Jarvis is a personal assistant made using Python. It is coded in a structured way so that you can easily understaind and modify the code for your needs. I only tested Jarvis on windows, but it should run on other operating systems if the required modules are installed.

To use it:

  1. Create a project folder
  2. Put 'Jarvis.py' in that folder.
  3. Create a new folder named 'music' inside you project folder, put some mp3 music files there, so that Jarvis can find and play it if you ask him to by saying 'play music' or just 'music'. speekmodule.py and Jarvis.py must be in the same folder. Install all requested modules (pyaudio, speech_recognition, pygame, socket, webbrowser, subprocess, glob, gtts, os, random,) some of these modules are preinstalled with Python. Jarvis uses Google for converting speech to text, so you need an internet connection.

Enjoy :D

About

Made using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages