Top 5 Most Popular Artificial Intelligence Posts

Visualizzazione post con etichetta using. Mostra tutti i post
Visualizzazione post con etichetta using. Mostra tutti i post

13 set 2011

Court Orders Non-anonymous Possible Anonymous To Stop Using Real Name

It's the headline of the zeitgeisty moment: "A guy accused of being Anonymous, but who used his real name online, can now no longer use his real name... because he may have been a part of Anonymous." The law, she is a strange and capricious mistress. (Thanks, Sulka!)

Court orders Non-anonymous possible Anonymous to stop using real name


Backlink: http://feeds.boingboing.net/~r/boingboing/iBag/~3/_Dv6nC3DXoI/court-orders-non-anonymous-possible-anonymous-to-stop-using-real-name.html


17 ago 2011

Using Html5 Speech Recognition With Pandorabots




We found an interesting and simple demo of speech recognition in HTML5 in this presentation on slide 25. To make the demo work with ALICE and Pandorabots, we had to make only a slight change to our custom HTML input files.


Here is a demo of the Fake Captain Kirk bot using speech recognition: Talking Animated Fake Kirk with Voice Input (Requires Chrome browser).




Note: The demo uses the Google Speech API. At the time of this writing, not all browsers yet support this HTML5 feature. We have found it works in Google Chrome.  Furthermore, we have only tested it successfully with Windows 7.



The only change was to replace 


 


with 

 



There are a couple of "tricks" you need to know to test the speech API:


1. Click on the little mic icon to begin speaking. The speech API will detect when you have finished speaking and, when it has finished processing, will display the text it detected in the text area.


2. If you are satisfied with what the speech API detected, click the "Say" button to transmit it to the bot.




The quality of the speech recognition may not seem very high. There are a number of factors that affect the accuracy of speech recognition: the quality of the microphone, background noise, the accent of the speaker, the type of sound card on your computer and so on. Pandorabots has no control over the Google voice recognition software, but the results should be comparable to using the Google voice API with any other application.


Enabling Chrome Voice API


The Chrome voice recognition API may not be enabled by default. Follow these steps to create a shortcut to Chrome with voice recognition enabled.


1. Create a desktop shortcut to Google chrome with copy and paste. (You may also want to rename this shortcut something like "Chrome Voice").


2. Right click on the shortcut and select "Properties"


3. On the Shortcut tab, modify the Target field to include the flag "--enable-speech-input". For example if the Target was originally 

C:\Users\drwallace\AppData\Local\Google\Chrome\Application\chrome.exe 
change it to 
C:\Users\drwallace\AppData\Local\Google\Chrome\Application\chrome.exe --enable-speech-input




4. Click OK and use this Chrome Voice shortcut to enable speech recognition.




    Using HTML5 Speech Recognition with Pandorabots


    Backlink: http://alicebot.blogspot.com/2011/01/using-html5-speech-recognition-with.html


    25 dic 2010

    6 dic 2010

    Are surgeons using video games for training?

    A study suggests surgeons who play video games might have finer surgical skills than those who never play. So should med school students throw down the anatomy book and grab a joystick?




    Are surgeons using video games for training?


    Backlink: http://feeds.howstuffworks.com/~r/DailyStuff/~3/n6EkaBWRuUA/surgeon-video-game.htm

    2 dic 2010

    UNC team builds 3D model of Rome using Flickr photos on a single PC in one day

    A UNC team has written an engine that scours Flickr for photos of a city, figures out which ones are images of the same place, analyzes them, and uses the results to build amazingly detailed 3D models -- all in less than a day, using a single PC.

    UNC team builds 3D model of Rome using Flickr photos on a single PC in one day


    Backlink: http://feeds.boingboing.net/~r/boingboing/iBag/~3/opvop9AGu8k/unc-team-builds-3d-m.html