Make your PC Talk Like Jarvis System

In Iron Man Movie It was the jarvis Operating which helps Iron Man in completing any computer related task that he wants to perform with voice recognition supportability. Jarvis is totally based on Artificial intelligence aka Artificial Brain. Eventually, we can’t have such a huge artificial brain r8 now with us bust we can have a start to this project and believe me you will enjoy it a lot.

Let Me demonstrate you few examples:

Give a Name to your Computer Like “Jarvis” and when you’ll say “Jarvis” it will reply “Hello sir” or “Hello Mr. (Your Name)”.
or
You : Who are you ??
Computer : I’m chitti The robo Speed, 1 terahertz, memory, one zettabyte(Just Like Rajnikanth’s Moive “robot”, (Enthiran) in Tamil.)
Example 2 :YOU: Good Morning Jarvis !
COMPUTER : Good Morning Mr. Stark ! how are you Today !
So, Little wondering how these things going to work out ? Here you can transform your wondering into reality.

Follow these codes :

Example 1 :

<listenFor>Jarvis</listenFor> <speak>Hello Mr. STark</speak>
</command></speechMacros>

Example 2 :

<listenFor>Good Morning Jarvis</listenFor><speak>Good Morning Sir. how are you today</speak></command>
</speechMacros>

Further, more you can use these lines of codes for Shutting down Computer :

<speechMacros
<command>
<listenFor>Nuke it</listenFor>
<speak>Restarting Windows</speak>
<run command="C:\Windows\System32\shutdown.exe"/>
</command></speechMacros>

To make it more intresting and realastic you need a bit knwoledge of VB.NET here is one example

Application.Speak Time
Application.SetTextFeedback Time ]]>
</script>
</command>
<speechMacros>
<command>
<listenFor>Time</listenFor>
<listenFor>Give me the Time</listenFor>
<listenFor>What is the time</listenFor><listenFor>Tell me the time</listenFor><listenFor>What time is it</listenFor>
<script language="vbscript">
<![CDATA[
dim currentTime
currentTime = FormatDateTime(Time(), 1)

Now i have ms exel work then.

<command priority="100">
<listenFor>insert row above</listenFor> <sendKeys>{ALT}jla</sendKeys>

</command>
<command priority="100">
<listenFor>insert row below</listenFor><sendKeys>{ALT}jle</sendKeys>

</command>
<command priority="100">
<listenFor>insert column before</listenFor> <sendKeys>{ALT}jll</sendKeys>

</command>
<command priority="100">
<listenFor>insert column after</listenFor> <sendKeys>{ALT}jlr</sendKeys>

</command>
<command priority="100">
<listenFor>merge cells</listenFor>
<sendKeys>{ALT}jlm</sendKeys>
<command priority="100">

</command>
<command priority="100">
<listenFor>split table</listenFor> <sendKeys>{ALT}jlq</sendKeys>

</command>
<command priority="100">
<listenFor>delte row</listenFor> <listenFor>delte rows</listenFor> <sendKeys>{ALT}jdr</sendKeys>

</command>
<listenFor>delete column</listenFor>
<listenFor>delete columns</listenFor><sendKeys>{ALT}jdc</sendKeys>

</command>
<command priority="100">
<listenFor>?show table properties</listenFor> <sendKeys>{ALT}jdo</sendKeys>

</command>
<command priority="100">
<listenFor>?show ?hide table gridlines</listenFor> <sendKeys>{ALT}jltg</sendKeys>

</command>
Track chnages in Music
<command priority="100">
<listenFor>next change</listenFor><sendKeys>{ALT}rh</sendKeys>
</command>
<command priority="100">
<listenFor>accept change</listenFor><sendKeys>{ALT}rac</sendKeys>
</command>
To click
<command priority="100">
<listenFor>?mouse click</listenFor> <mouse button="left" command="click" />
</command>

if you need codes of any command leave comment below, and i will try to give you source codes.
How To Make These Command Working

Nowopen notepad and paste code in notepad or example:

<listenFor>Jarvis</listenFor>
<speak>Hello Mr. STark</speak>
</command>
</speechMacros>

paste it and save as filename
.WSRMac. WSRMac extention is must for it,
then Go to your WSRMac file and click on Now click on “import signing Cerificate” and automaticly it will save a digital signature for it.
Now Open Speech recognition And Say Your Command.
Enjoy Talking to your Computer

Hope this article helpful for you. Thank You


If You Appreciate What We Do Here On Hackonology, You Should Consider:

Hackonology is the fastest growing and most trusted community site where you can find lots of courses, articles about Technology/Hacking/Cracking. Millions of people visit Hackonology! to search or browse the thousands of published articles available FREELY to all.

Let's be a part of Hacker's Community! Join our Hacking Team

We Are Indian We Are Great


Leave a Comment

Your email address will not be published. Required fields are marked *