Subcribe to our RSS feeds Join Us on Facebook Follow us on Twitter Add to Circles

Pages

Wednesday, 16 July 2014

Jarvis for PC - Make your computer talk like Jarvis (of Iron Man Movies)

Jarvis-for-pcYou might have seen Iron Man movies, and if yes, i am sure you too are a fan of JARVIS operating system. Jarvis is a personal assistant which responds to the commands given by the user. If you are looking for 'How to make your Computer talk like JARVIS', than you are at right place. Now you can also make your computer talk like Jarvis as in Iron Man movies and that's very easy too. Here I am telling  you the easiest  and simplest way to convert your PC/Laptop into Jarvis.


You will need

  • A PC or Laptop (which you want to convert into JARVIS)
  • An Operating System - Windows 7 or Windows 8 
  • Windows Speech Recognition Program (inbuilt in Windows)
  • Windows Speech Recognition Macros (Download)
  • A Microphone (To give Commands)
  • Speakers (To hear the response of JARVIS)

Make-your-computer-talk-like-jarvis

Let's get started

  1. Make sure you have all the things required as mentioned above. Download Windows Speech Recognition Macros (if you have not downloaded it yet).
  2. Enable Windows Speech Recognition Program. (Go to Start > Control Panel > Ease of Access > Speech Recognition > Start Speech Recognition).
  3. Take the speech tutorial and train your computer to better understand you. (Optional)
  4. Now Open the Windows Speech Recognition Macros (WSRM). It will look like this :-

  5. Windows-Speech-Recognition-Macros

  6. Now click on Advanced to start programming your JARVIS system using XML.
  7. XML Strings used

    <speechMacros> </speechMacros> - It is used to tell the computer that this XML file uses the Speech Macros to execute.
    <command> </command> - Its is used to give a specific command to the JARVIS.
    <listenFor> </listenFor> -  It is used to define the word or phrase to be said to perform the specified command.
    <speak> </speak> - It is used to define the word or phrase that JARVIS speaks when given a command.

    Commands

    Wake Up (It will activate JARVIS when you say 'Hello Jarvis')

    <speechMacros>
    <command>
    <listenFor>Hello Jarvis</listenFor>
    <speak>Database Check , System Online , Hello</speak>
    </command>
    </speechMacros>

    Shutdown Computer (It will shutdown your computer when you say 'Goodbye Jarvis')

    <speechMacros>
    <command>
    <listenFor>Goodbye Jarvis</listenFor>
    <speak>Getting Offline, Good Bye</speak>
    <run command="C:\Windows\System32\shutdown.exe" params="-s -t 00"/>
    </command>
    </speechMacros>

    Restart Computer (It will restart your computer when you say 'Restart it')

    <speechMacros>
    <command>
    <listenFor>Restart it</listenFor>
    <speak>Restarting Windows</speak>
    <run command="C:\Windows\System32\shutdown.exe" params="-r -t 00"/>
    </command>
    </speechMacros>

  8. Now save it and Sign the Macros.
Your personal assistant JARVIS is now ready. Now you can talk to your computer like JARVIS. You can also add more commands as per your wish using XML coding. Do share it with your friends and family.

1 comment:




  1. Very Nice and Informative Post. Thank admin for sharing such an amazing post.

    --->>How to Make a JARVIS Computer! [IronMan PC]

    ReplyDelete