-
Back track
08/06/2015 at 15:52 • 0 commentsNLP seems to be a hard nut to crack. So taking a step back. I'll try to focus on low-hanging fruits. Some UI controls for playing media would be nice. Let's get that done first to keep up the motivation.
-
Command processing and NLP
07/31/2015 at 06:49 • 0 commentsNatural Language Processing (NLP) deals with deciphering spoken language grammar and our understanding of the same. So far my app had two or three words commands. And coincidentally they followed a pattern. Like "play movie batman" or "switch lights on". I broke it down as:
- The device that should handle the command
- The function
- Optional additional data required to perform the function
However, for mood light, this pattern breaks down. One is more likely to say "color device red" or "color all green". Got to spend some time thinking of a sensible algorithm to handle this possibly using NLP.
-
Mood lighting UI
07/29/2015 at 15:19 • 0 commentsNow that mood lighting works with command line, the obvious next step is to add this capability in android app. I'm thinking of a color palette that the user can use to select a color of his choice. After all, there are a range of colors in between red, green and blue.
-
Mood lighting
07/10/2015 at 03:45 • 0 commentsAdded mood lighting support with RPi.