noobDevelopers / J.A.R.V.I.S

Just A Rather Very Intelligent System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

J.A.R.V.I.S


Python powered J.A.R.V.I.S

GitHub issues GitHub forks GitHub stars GitHub license GitHub Hacktoberfest combined status

STARK's JARVIS Is Overrated, Let's create our own...!!

A fully integrated personal voice assistant designed and powered by Python.

Requirements:

  • datetime
  • os
  • pyttsx3
  • wikipedia
  • speech recognition
  • webbrowser
  • sys
  • smtplib
  • requests
  • json
  • defflib
  • geocoder
  • pyjokes
  • psutil
  • pyautogui
  • Required Packages

    pip3 install SpeechRecognition
    pip3 install jsonlib
    pip3 install pyttsx3
    pip3 install PyAudio
    pip3 install geocoder
    pip3 install loc
    pip3 install wikipedia
    pip install psutil
    pip install pyjokes
    

    On Ubuntu based Linux distribution you need to install the following packages, so that the code works:

    sudo apt-get update && sudo apt-get install espeak
    
    

    What it does...

    • Send emails
    • Dynamic News Reporting at any time with api integration
    • Todo list generator, Yes it remembers all!
    • Open any website with just a voice command
    • Plays Music
    • Tells time
    • Wikipedia powered AI
    • Dictionary with Intelligent Sensing i.e. auto checking if spell mistake
    • Weather Report such as temp, wind speed, humidity, weather description
    • Latitude and longitude
    • YouTube searching
    • Google Map searching
    • YouTube Downloader, download any youtube video by just putting url of video
    • Now Master can switch b/w J.A.R.V.I.S and F.R.I.D.A.Y, switch to female voice assistant

    Some Sneak peeks:

    • master: Jarvis, Are you there?

    • jarvis: At your service, Sir

    • master: Jarvis, What are today's news headlines? can you tell?

    • jarvis: Ofcourse, Sir -> Then news headlines Would you like to visit the news url?

    • master: Search Youtube

    • jarvis: What you want to search, Sir

    • master: Coding for kids

    • jarvis: Opens youtube in browser with desired search query results

    • master: Jarvis, Can you send email to Gaurav?

    • jarvis: What I say sir, Sir

    • master: Gaurav is a good boy

    • jarvis: Email is sent successfully, Sir

    And so on....

    Read complete blog article

    Contribution:

    A lot can be done with this project. Core AI chatbot like functionality can be added. More python scripts can be associated. Pull requests for any such changes are accepted. Feel free to fork this project and make your own changes too.