Posts

Showing posts with the label speech recognition

Making an Android Mobile device app that uses the IBM Watson Conversation service (as a chat-bot)

Image
A few posts back I mentioned: Oh, I've also been making a Java Android Mobile application that uses Speech to Text, then calls the APIs of the IBM Watson Conversation Service translates that Text back to Speech and enables you to have a full blown conversation in voice instead of having to type and read messages ( also does it in 3 different languages at the moment ) - I'll create an article specifically to show you how to do this quickly and easily using the Watson SDK.  Then, "if" my arm gets twisted enough, I might look at porting it to run on iOS ( but as I still don't have a iOS device, it might be tricky!) Well, here it is.... CLICK HERE TO READ THE WALKTHROUGH ARTICLE CLICK HERE TO READ THE WALKTHROUGH ARTICLE CLICK HERE TO READ THE WALKTHROUGH ARTICLE Naturally, I'll be extending and growing this example of using Watson APIs beyond just the Conversation Service.  I think I might interface with the Watson Visual Recognition serv...

Cognitive Applications

Image
The Building Cognitive Applications with IBM® Watson Services series is a seven-volume collection that introduces IBM Watson® cognitive computing services. The series includes an overview of specific Watson services with their associated architectures and simple code examples. Each volume describes how you can use and implement these services in your applications through practical use cases. The series includes the following volumes: Volume 1 Getting Started, SG24-8387 Volume 2 Conversation, SG24-8394 Volume 3 Visual Recognition, SG24-8393 Volume 4 Natural Language Classifier, SG24-8391 Volume 5 Language Translator, SG24-8392 Volume 6 Speech to Text and Text to Speech, SG24-8388 Volume 7 Natural Language Understanding, SG24-8398 Whether you are a beginner or an experienced developer, this collection provides the information you need to start your research on Watson services. If your goal is to become more familiar with Watson in relation to your current environment, or ...

Personal Linux Server - Joker

Image
I was just pointed at this little gem by a good friend.  I am very impressed. "Joker Eco-system is an open hardware and open software project, available at fair price! First of all it’s a personal mobile Linux server with Intel x86 64-bit CPU and battery. Additional modules available – IoT, SDR, Storage, Network, E-Ink Display and many more." "Joker personal server now can move where you need it most. Thanks to Joker Walker module with two motors and treads. Neural networks (NN) used for  processing images  from camera and for  speech recognition . You can say “Hey Joker, follow me” or “Hey Joker, best WiFi signal” or implement your own features!" CLICK HERE TO SEE MORE I'll take one, including the main module, the empathy and walker modules please.  Then using the existing software I can achieve what I was attempting to do with ArcTuRus.  Yeah, I know, it's cheating a little bit...but hey, time is flying by and ArcTuRus has j...

JavaScript Speech Recognition...in 2kb!

Image
Yes, you read that correctly, SpeechRecognition in your web-browser from a 2Kb JavaScript library... CLICK HERE to try out a sample web page CLICK HERE for GitHub Oh, did I mention that it can also be used by your ARDUINO! That is pretty darned awesome.... (and here's a video of some chap coding with it in AngularJS .  all very simple)