Jasper - personal assistant for Raspberry PI

Personal assistants are hot these days. Open source personal assistant is a dream for many developers. Recently released Jasper makes it really easy to install personal assistant on Raspberry Pi and use it for custom voice commands, information retrieval and so on. Jasper is written in Python and can be extended through the API. More importantly, Jasper uses CMUSphinx for offline speech recognition, so much waited capability for assistant developers.

Try Jasper, download it's source code from Github, modify it according to your needs and contribute new features.

We wish all the best to Jasper project and hope it will become popular.

Smile - Smart Picture Voice-Annotation using CMUSphinx

It's great that more and more applications are using CMUSphinx. Recently a smart picture voice-annotation/tagging Android app using speech recognition to automatically generate multiple suggestion has been announced. Smile uses CMU Sphinx4 as one of the ASR recognizers.

Smile is a camera and picture gallery application that helps you to immediately voice-annotate your photos. Smile will then automatically extract the text (annotation) from the recorded voice using speech recognition technology, and will embed the text annotation and the voice as metadata inside the picture. So if you are searching for a picture in the hundreds of pictures you have on your phone, you can find them easily using Smile's Search facility. Even more, with Smile you can share the photo with friends, with or without the speech and text. Your friends or colleagues can see the picture (if they don't have Smile), and with Smile they can see the picture, the text and listen to the speech. Great for fun, quick greeting photos, work if you need to take photos with record to cherish memories, for documentation purposes, expense receipts, and many more uses.

To play with Smile you can download it at Google Play Store.

Public Release of the OpenDial Toolkit

It is not easy to build an intelligent software, the cooperation on all the levels of the speech processing needs to be tight. For example, you should not only recognize the input but also understand it and, more importantly, respond to it. You need to give your software an ability to understand the current situation, correct the results and respond intelligently. A great piece of software to assist you with that has been recently release.

OpenDial is a Java-based software toolkit that can be used to develop robust and adaptive dialogue systems for various domains. Dialogue understanding, management and generation models are expressed in OpenDial through probabilistic rules encoded in a simple XML format.

You can find more information about the toolkit on the project website:

http://opendial.googlecode.com

The current release contains a completely refactored code base, a large set of unit tests and a full-fledged graphical interface. You can also find on the website practical examples of dialogue domains and a step-by-step documentation on how to use the toolkit.

Try it!

Processing Speech Recognition Results With Wit.AI

The biggest challenge for developers today is a natural user interface. People already use gesture and speech to interact with their PCs and devices; such natural ways to interact with technologies make it easier to learn how to operate them. Biggest companies like Microsoft and Intel are putting a lot of effort into research in natural interaction.

CMUSphinx is a critical component of the open source infrastructure for creating natural user interfaces. However, it is not the only one component required to build an application. One of the most frequently asked questions are - how do I analyze speech recognition output to turn it into actionable information. The answer is not simple, again, it is all about a complex NLP technology which you can apply to analyze user intent as well as a dataset to help you with analysis.

In simple cases you can just parse the number strings to turn them into values, you can apply regex pattern matching to extract the name of the object to act upon. In Sphinx4 there exist a technology which can parse grammar output to assign semantic values in user request. In general, this is more complex task.

Recently, a Wit.AI has announced the availability of their NLP technology for developers. If you are looking for a simple technology to create a natural language interface, Wit.AI seems to be a good thing to try. Today, with the combination of the best engines like CMUSphinx and Wit, you can finally bring the power of voice to your app.

You can build a NLP analysis engine with Wit.AI in three simple stages:

  1. Provide a few examples of the responses you expect.
  2. Send raw user input to the API. You get structured information in return.
  3. Wit learns from usage and helps you improve your configuration.

Bringing natural language understanding to the masses of developers is really a hard problem and we great that tools appear to simplify the solution.