/INTERNSOFT-codefiles-and-projects

This repository contains files from INTERNSOFT internship session held by AiRobosoft Products and Services LLP, Bengaluru.

Primary LanguageJupyter NotebookMIT LicenseMIT

J.A.R.V.I.S-Just A Rather Very Intelligent System

Created and Tested on Linux and Windows OS with Python 3.9.0

GitHub license

Requirements:

  • datetime
  • os
  • pyttsx3
  • wikipedia
  • speech_recognition
  • webbrowser
  • sys
  • smtplib
  • requests
  • json
  • pyjokes
  • psutil
  • pyautogui
  • Required Packages

    pip install SpeechRecognition
    pip install jsonlib
    pip install pyttsx3
    pip install PyAudio
    pip 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
    • Now Master can switch b/w J.A.R.V.I.S and F.R.I.D.A.Y, switch to female voice assistant
    • Dynamic News Reporting at any time with api integration
    • Opens Google with just a voice command
    • Opens Gmail
    • Plays Music
    • Tells time
    • Wikipedia powered AI
    • Weather Report such as temp, wind speed, humidity, weather description
    • Opening YouTube

    Some Sneak peeks:

    • Jarvis, Are you there?

    • At your service, Sir.

    • Jarvis, What are today's news headlines? Can you tell?

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

    • Open Youtube

    • Opening YouTube for you, Sir.

    • Jarvis, Can you send email?

    • What do I say, Sir?

    • Iam a good person

    • Email is sent successfully, Sir!

    • And so on....

      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.