Four Simple Speech Recognition Products

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2020
  • This video is all about simple speech recognition products and examples that can be used, some with no coding, for Arduino and in other priojects. Thanks to coolcomponents.co.uk/ for supporting this video.
    I'm looking at the Grove Speech Recogniser and the Speakup Clickboard. Also myrobotlab.org/ and recapping my previous video with Colin Furze: • Smart Home Devices w. ...
    You can support me on Patreon or buy my Merchandise:
    ***************************
    Patreon: / xrobots
    Merchandise: teespring.com/stores/james-br...
    ***************************
    Affiliate links - I will get some money of you use them to sign up or buy something:
    ***************************
    Matterhackers 3D printing supplies: www.matterhackers.com?aff=7500
    Music for your TH-cam videos: share.epidemicsound.com/xrobots
    ***************************
    Other socials:
    ***************************
    Instagram: / xrobotsuk
    Facebook: / xrobotsuk
    Twitter: / xrobotsuk
    ***************************
    CAD and Code for my projects: github.com/XRobots
    Huge thanks to my Patrons, without whom my standard of living would drastically decline. Like, inside out-Farm Foods bag decline. Plus a very special shoutout to Lulzbot, Inc who keep me in LulzBot 3D printers and support me via Patreon.
    HARDWARE/SOFTWARE
    Below you can also find a lot of the typical tools, equipment and supplies used in my projects:
    Lulzbot 3D Printers: bit.ly/2Sj6nil
    Lincoln Electric Welder: bit.ly/2Rqhqos
    CNC Router: bit.ly/2QdsNjt
    Ryobi Tools: bit.ly/2RhArcD
    Axminster Micro Lathe: bit.ly/2Sj6eeN
    3D Printer Filament: bit.ly/2PdcdUu
    Soldering Iron: bit.ly/2DrNWDR
    Vectric CNC Software: bit.ly/2zxpZqv
    Why not join my community, who are mostly made up of actual geniuses. There’s a Facebook group and everything: / 287089964833488
    XROBOTS
    Former toy designer, current TH-cam maker and general robotics, electrical and mechanical engineer, I’m a fan of doing it yourself and innovation by trial and error. My channel is where I share some of my useful and not-so-useful inventions, designs and maker advice. Iron Man is my go-to cosplay, and 3D printing can solve most issues - broken bolts, missing parts, world hunger, you name it.
    XRobots is the community around my content where you can get in touch, share tips and advice, and more build FAQs, schematics and designs are also available.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 131

  • @AerikForager
    @AerikForager 3 ปีที่แล้ว +51

    I see a future video where he tells opendog to sit, shake, roll over, or play dead, and it does. :D

    • @ulrichkalber9039
      @ulrichkalber9039 3 ปีที่แล้ว

      i have a teddybear that follows orders.
      Ignore me!

    • @Francois_Dupont
      @Francois_Dupont 3 ปีที่แล้ว +1

      he need to start making catgirl waifus

    • @peytonmac1131
      @peytonmac1131 3 ปีที่แล้ว +3

      Sit, shake, lay down, NOW GO FORTH AND CONQUER THE WORLD MY CHILD!

    • @paulrichard4945
      @paulrichard4945 3 ปีที่แล้ว

      Winner of a video, I been tryin to find out about "how to make a real iron man costume" for a while now, and I think this has helped. Have you ever come across - Xenacob Heyndrew Guide - (should be on google have a look ) ? Ive heard some decent things about it and my brother in law got excellent success with it.

  • @markusbaumgartner2545
    @markusbaumgartner2545 3 ปีที่แล้ว +17

    I think cool components and your channel is the perfect marriage :)

  • @bruceneely4859
    @bruceneely4859 3 ปีที่แล้ว +47

    I think this will get good views, lots of people into Speech Recognition these days

    • @jamesbruton
      @jamesbruton  3 ปีที่แล้ว +5

      Thanks, hope so

    • @RCLoversan
      @RCLoversan 3 ปีที่แล้ว

      3 years ago I built a BB-8 version, controlled with voice commands. My best video got just 837 views.
      You can take a look in my playlist on my channel.

    • @jamesjohnson5700
      @jamesjohnson5700 3 หลายเดือนก่อน

      I'm already head of my time

  • @SteveRaynerMakes
    @SteveRaynerMakes 3 ปีที่แล้ว +1

    Yey! glad to see some love for MyRobotLab.

  • @MrWisski
    @MrWisski 3 ปีที่แล้ว +14

    James, you've probably already realized this by now, but index 1 on the grove device is probably "Hi cel" xD

    • @JohnDlugosz
      @JohnDlugosz 3 ปีที่แล้ว

      And, if your code ever did return a value

    • @RupertBruce
      @RupertBruce 3 ปีที่แล้ว

      @@JohnDlugosz - unlikely. The array of speech patterns is probably matched to the microphone input and it just returns the programmed response. The speech patterns are fixed.

  • @s.k.t.3855
    @s.k.t.3855 3 ปีที่แล้ว +20

    Amazing work once more, James! I wonder if you could do more collaborations with Colin again?

    • @jamesbruton
      @jamesbruton  3 ปีที่แล้ว +13

      Maybe, it generally happens when he needs something ;-)

    • @DragPlix
      @DragPlix 3 ปีที่แล้ว +1

      @@jamesbruton please collaborate!! Both of you are amazing !!

    • @WistrelChianti
      @WistrelChianti 3 ปีที่แล้ว +1

      That Bed did make me laugh as I had no idea what I was looking at at first :D

  • @wowLinh
    @wowLinh 3 ปีที่แล้ว +2

    The speech recognition unit returns a number based on the command said. This number starts at 1. Array indeces in C/C++ start at 0. So the cmd variable will return you a number between 1 and 20, and the text array needs a number between 0 and 19. That's the reason for the "cmd - 1"

  • @Platanov
    @Platanov 3 ปีที่แล้ว +1

    Fun fact, a friend of mine used to do certification testing for the Xbox when the Kinect was coming out, and apparently saying everything with a french accent was the best way to get it to recognize your commands.

  • @ercost60
    @ercost60 3 ปีที่แล้ว

    Another extremely helpful video, James. Thank you!

  • @Kensivren
    @Kensivren 3 ปีที่แล้ว

    The most ambitious crossover ever. Great video.

  • @alexandersoler8046
    @alexandersoler8046 3 ปีที่แล้ว +2

    dude you should make robot kits every one who thinks he should make kits, thumbs up

  • @CyberSyntek
    @CyberSyntek 3 ปีที่แล้ว

    Great video James. Good ol' myrobotlabs to save the day.

  • @popinmo
    @popinmo 3 ปีที่แล้ว

    This was extremely helpful pls do more stuff like this

  • @Dolmeca_the_Knight
    @Dolmeca_the_Knight 3 ปีที่แล้ว +3

    "¡Robot! ¡Divide five by zero!" and that's the last thing James said before the explosion.

  • @RupertBruce
    @RupertBruce 3 ปีที่แล้ว

    That Cool Components Shield could be used as a programming class project, escape the room puzzle, connecting speech recognition to mp3 player to play response ("Number one", "number two", "Spanish Inquisition", "Opening Door" ) to audibly respond to your voice,....etc

  • @leesmithsworkshop
    @leesmithsworkshop 3 ปีที่แล้ว

    using these products and then showing how to use with with your own projects is a very good idea especially if it helps you with sponsored products between your normal videos that can take a while to print - build ect. Just keep it relevant to what you do.

  • @BrusnickiRoberto
    @BrusnickiRoberto 3 ปีที่แล้ว

    Great video, very useful as well. Please upload more.

  • @ranaremotecompany912
    @ranaremotecompany912 3 ปีที่แล้ว +1

    I love your videos ❤️❤️❤️

  • @BeefIngot
    @BeefIngot 3 ปีที่แล้ว +1

    That bed shaker looks useful for other things.

  • @Cai_VR
    @Cai_VR 3 ปีที่แล้ว +1

    Would be really cool if you could demo some spacial tracking products, similar in function to what VR setups use.
    I'm looking into different solutions to mess about with custom tracking lol.

  • @cool20guitar
    @cool20guitar 3 ปีที่แล้ว

    This is amazing !!!

  • @argmentum22
    @argmentum22 3 ปีที่แล้ว

    finally back to classic style. Although there's nothing wrong with your ongoing projects I do prefer the info burst ones you do showcasing specific tech I may one day want to use myself.

  • @andrewtoth7674
    @andrewtoth7674 3 ปีที่แล้ว +2

    I like this. I think it would've been better by you explaining speaker-dependent and speaker-independent methods. I also like your Jetson Nano ROS video #2 because I've been using Willow Garage & The Construct's tutorials but your video made a lot of ROS "just click" for me

  • @pownaz3119
    @pownaz3119 3 ปีที่แล้ว +1

    Been following for long time but for some reason missed the collab with Mr Furze :/ both great TH-camrs :-)

  • @RCLoversan
    @RCLoversan 3 ปีที่แล้ว

    As a big fan of James, I couldn't have missed the opportunity of building a BB-8 version (using Lego parts), that you can control with voice commands.
    I used a Geeetech voice recognition module and an Arduino nano. You can also command other RC stuff.
    Instructions are available on Instructables website.

  • @RupertBruce
    @RupertBruce 3 ปีที่แล้ว

    When you were playing back audio tracks 1 to 3, I was anticipating, "Spanish Inquisition" for #3🙂

  • @specsix
    @specsix 3 ปีที่แล้ว +1

    With all your talents, I am really surprised that you dont have an active live robot mascot thats part of your presentations. Similar to Starks fire extinguisher robot :)

  • @amirhm64
    @amirhm64 3 ปีที่แล้ว

    Awesome James

  • @haidarsyriaismyheart5945
    @haidarsyriaismyheart5945 3 ปีที่แล้ว +1

    Yessssss😍😍 that's what I was waiting to make a control system by voice without using Alexa or Google or any of those assistances to not connect it with Internet, that would make it safe system no one can hack it

  • @IrishSkruffles
    @IrishSkruffles 3 ปีที่แล้ว +3

    Hi James, I like these type of videos as I wouldn't really come across some of these components otherwise :)
    It would be neat to see more involved examples to show the possibilities but I understand there's not much reward in that

    • @jamesbruton
      @jamesbruton  3 ปีที่แล้ว +3

      Most of my videos are more involved projects ;-)

    • @IrishSkruffles
      @IrishSkruffles 3 ปีที่แล้ว +1

      @@jamesbruton This is very true, you got me there lol

  • @JoelCreates
    @JoelCreates 3 ปีที่แล้ว

    If you want even more simple voice recognition, check out my voice controlled power wheels

  • @channacharls5162
    @channacharls5162 3 ปีที่แล้ว +1

    Can you make an advanced walking humanoid robot with speech recognition, ROS, navigation, open cv, AI,deep learning and many other interesting stuff?

  • @akselwilliamdanenbarger7969
    @akselwilliamdanenbarger7969 3 ปีที่แล้ว

    That is so cool, I like that video.

  • @Mtmtmtmtmtmtmtmtmtmtmt
    @Mtmtmtmtmtmtmtmtmtmtmt 3 ปีที่แล้ว

    Love it! 👍

  • @molitovv
    @molitovv 3 ปีที่แล้ว +3

    NodeRed on Raspberry pi is great for home automation projects, can do pretty much anything.

  • @rashaan64
    @rashaan64 3 ปีที่แล้ว

    I just finished the setup on a voice recognition board

  • @jimquim1574
    @jimquim1574 3 ปีที่แล้ว +1

    Looks cool

  • @springer2112
    @springer2112 3 ปีที่แล้ว

    Fascinating! ✌😎🏴‍☠️

  • @apbesieged
    @apbesieged 3 ปีที่แล้ว

    I use the devices by particle.io. You can write and flash code (over wifi) via their web IDE. They provide and API you can use to call functions or you can set them to be published and they'll hook up with IFTTT. It's been pretty great for home automation.

  • @BlenderGuy1
    @BlenderGuy1 3 ปีที่แล้ว

    Very good video

  • @MuhammadDaudkhanTV100
    @MuhammadDaudkhanTV100 3 ปีที่แล้ว

    Perfect

  • @pugboi8017
    @pugboi8017 3 ปีที่แล้ว +1

    a nerdy john oliver, subbed

  • @Derived_One
    @Derived_One 3 ปีที่แล้ว

    Great find with Speakup! As far as "New Products" I, and probably most, will admit to being cool gadget nut!
    Imagine using this in a production environment where you say your commands instead of typing on a keyboard. A keyboard that could potentially spread the flu or even something nastier.

  • @alexbaekeland4954
    @alexbaekeland4954 3 ปีที่แล้ว

    really fun video

  • @dynorat12
    @dynorat12 3 ปีที่แล้ว

    I like it very nice

  • @sergioa.1530
    @sergioa.1530 3 ปีที่แล้ว +2

    With the Raspberry Pi what is the best Speech Recognition solution? I've been using one that blocks the program every now and then and is very slow.

    • @wecnn
      @wecnn 3 ปีที่แล้ว +3

      DeepSpeech

  • @rebeccac8994
    @rebeccac8994 3 ปีที่แล้ว

    good video!

  • @bitsurfer0101
    @bitsurfer0101 3 ปีที่แล้ว

    Could you make a security device that would have speech and facial recognition?

  • @MuhammadDaudkhanTV100
    @MuhammadDaudkhanTV100 3 ปีที่แล้ว

    Great

  • @tamardanan3643
    @tamardanan3643 2 ปีที่แล้ว

    Hi , im trying to use the speak up click and having some issues with the arduino recognizing commands can you help me with that ?

  • @GuildOfCalamity
    @GuildOfCalamity 3 ปีที่แล้ว

    LOL @ 6:51 ... he went full Kentucky with that accent.

  • @minusharma1738
    @minusharma1738 3 ปีที่แล้ว +2

    we need another two leg walking robot!!!!!!!!

  • @cleofasrexcomander
    @cleofasrexcomander 3 ปีที่แล้ว

    Hello James, I want to make a device that can recognize when the water of my toilet is leaking water, do you think that the boards could record a water running sound and put it near the toilet so it can recognize the sound and execute a command like send a notification to your cellphone?

  • @simarjeetsingh3092
    @simarjeetsingh3092 3 ปีที่แล้ว

    Is there a way through which we can make an independent Arduino speech recognition robot with your RobotLab software ?

  • @ishanstechtips1164
    @ishanstechtips1164 3 ปีที่แล้ว

    Nice 👍

  • @burf2000
    @burf2000 3 ปีที่แล้ว

    I would love to see you build a Inmoov robot

  • @chadjones4255
    @chadjones4255 3 ปีที่แล้ว

    I'd like to see a Raspberry pi example with Vosk. It seems to be the successor to the sphinx project.

  • @jacobgunderson493
    @jacobgunderson493 3 ปีที่แล้ว

    It would be cool to build a DIY turtle bot robot. So basically source your own components like a RPi, pi cam, lidar...

  • @negative258
    @negative258 3 ปีที่แล้ว

    Can you try "Pocketsphinx" speech recognition on ROS? 😆

  • @365scienceactivities2
    @365scienceactivities2 3 ปีที่แล้ว

    Hi love the vids I have to get up at 6:00 am

  • @OldCurmudgeon3DP
    @OldCurmudgeon3DP 3 ปีที่แล้ว +1

    Interesting options.
    I built a project around a dedicated chip, I think from Radio Shack, back in college 25yrs ago. You could 'train' it to recognize up to 16 words which it output as 4bit BCD if memory serves. I piped that to a decoder to control 16 LEDs for the class project.

  • @jameshughes3014
    @jameshughes3014 3 ปีที่แล้ว +6

    Speech recognition with an Arduino? Witchcraft I say. That's awesome

    • @AttilaAsztalos
      @AttilaAsztalos 3 ปีที่แล้ว

      As soon as you realize that's actually "speech recognition with output TO an Arduino (done by something else immensely more powerful and/or single-purpose-designed)" it becomes far more easy to wrap your head around.

    • @jameshughes3014
      @jameshughes3014 3 ปีที่แล้ว

      @@AttilaAsztalos oh I get how it works, it's just crazy that it exists. Until this, you needed a massive battery or be plugged into the wall to operate your full fledged computer, even if it was a pi, to do this. Now you can just use an Arduino, and probably a couple of AA batteries.. And that still feels a bit like magic.

  • @MuhammadDaudkhanTV100
    @MuhammadDaudkhanTV100 3 ปีที่แล้ว

    Looking is good

  • @nathansavage8692
    @nathansavage8692 3 ปีที่แล้ว

    If the WebKit speech only works on full fat chrome, would it be particularly difficult to stream the speech to a remote server and stream the speech back to use it on a pi

    • @jamesbruton
      @jamesbruton  3 ปีที่แล้ว

      no it would be fine, other than you need a remote computer

  • @jonron3805
    @jonron3805 3 ปีที่แล้ว

    These chips are a good alternative to the software based programs in the following ways
    1) They can work offline
    2) They privacy friendly as they do not use popular data collection platforms
    3) More compact and power friendly than running a computer, even if we compare them against SBC's like raspberry pi's

  • @NekitGeek
    @NekitGeek 3 ปีที่แล้ว

    You can use Russian EasyVR shield from Amperka

  • @thomasheisler
    @thomasheisler 3 ปีที่แล้ว

    is the click board the one you have 932-MIKROE-1534? because there is also 932-MIKROE-2375????

  • @mohanrao5699
    @mohanrao5699 2 ปีที่แล้ว

    Hello sir voice control left project please help

  • @nobocks
    @nobocks 3 ปีที่แล้ว

    On android with code block you can use google speech to text and it work great, but require wifi or 3g / 4g.

  • @Lucian_Andries
    @Lucian_Andries 3 ปีที่แล้ว

    Now that's how to wake up like a -boss- employee...!

  • @380rabbits4
    @380rabbits4 3 ปีที่แล้ว

    Wow I might get this for my robot that I am making because then I won't have to press buttons on it so it can do something

  • @PuFu_Channel
    @PuFu_Channel 3 ปีที่แล้ว

    I cant find any legit video of live voicechanger, like the one you can install in a mask (smth like Dart W)) there isn't one on youtube(((

  • @nathaniellangston5130
    @nathaniellangston5130 3 ปีที่แล้ว

    I didn't realize you were using an "American accent" until you said that it works better with it! You do a pretty convincing American accent though! It's funny that the American accent you use is very cowboy! lol. Also as an American, I couldn't even begin to attempt a British accent without it being laughably terrible!

  • @attulsanjay6045
    @attulsanjay6045 3 ปีที่แล้ว +2

    I am a student from India and I got inspired to make projects from you

    • @zyugyzarc
      @zyugyzarc 3 ปีที่แล้ว +2

      doesnt everyone?

    • @attulsanjay6045
      @attulsanjay6045 3 ปีที่แล้ว

      @@zyugyzarc absolutely sir

  • @mikenelson1624
    @mikenelson1624 3 ปีที่แล้ว

    👍

  • @theexo-engineer9603
    @theexo-engineer9603 3 ปีที่แล้ว +2

    How do i run the My Robot Lav .jar file?

    • @jamesbruton
      @jamesbruton  3 ปีที่แล้ว

      By having a Java Runtime Engine installed and clicking on it.

    • @theexo-engineer9603
      @theexo-engineer9603 3 ปีที่แล้ว

      @@jamesbruton Thanks James

    • @SteveRaynerMakes
      @SteveRaynerMakes 3 ปีที่แล้ว

      you generally need java 1.8, then run java -jar myrobotlab.jar

    • @CyberSyntek
      @CyberSyntek 3 ปีที่แล้ว +1

      Just a side note for anyone having issues with MRL (myrobotlab) install or boot. Just make sure you are running the correct version of JAVA for your pc and or double check you don't have multiple versions of JAVA installed for potential cross talk issues.
      If all goes well on that end you can just upload MRL to your arduino and away you go. That being said, of course it doesn't need to be on your arduino to run things like speechrec, just if you are connecting other pin related services such as servos etc.

  • @userou-ig1ze
    @userou-ig1ze 3 ปีที่แล้ว

    can't find the esp code

  • @JohnDlugosz
    @JohnDlugosz 3 ปีที่แล้ว

    The full speech recognition engine requires Internet access?
    Products like _Dragon Simply Speaking_ have been around since the 90's, and an R-pi is far more powerful than a PC was back then.

    • @jamesbruton
      @jamesbruton  3 ปีที่แล้ว

      But Ggogle Webkit API is much better at recognising multiple people in multiple languages.

  • @KnightsWithoutATable
    @KnightsWithoutATable 3 ปีที่แล้ว +1

    But will either of these work using English with a Scottish accent?

    • @jamesbruton
      @jamesbruton  3 ปีที่แล้ว

      the one where you record your own voice probably.

    • @zapallalla
      @zapallalla 3 ปีที่แล้ว

      we need mike boyd to visit!

    • @KnightsWithoutATable
      @KnightsWithoutATable 3 ปีที่แล้ว

      @@jamesbruton Possibly. The last time I looked into the subject, there was a problem with the accent causing problems with cliping in the entered voice files, but with better microphones, microphone tech, and audio processing this might have been fixed.

  • @WistrelChianti
    @WistrelChianti 3 ปีที่แล้ว

    Thanks! Super useful. I've been compiling a list of options for speech or sound input and these are all ones I'd not heard of. Incidentally there's a google API available where you can send it a text sentence and it will send you back a handy version of it parsed out into a JSON object that details things like the subject and the action etc. Saves a bit of work (or possibly creates 5 times more) but alas, not free. That said, not expensive either and it has a fair whack of free calls. Probably enough for development or experimentation. I think it was this one. cloud.google.com/natural-language although the demo doesn't seem as clear as I remember it being in the past. There's also cloud.google.com/speech-to-text which seems to work pretty well, again I think it is a subscription but plenty of free calls to play with.

    • @WistrelChianti
      @WistrelChianti 3 ปีที่แล้ว

      This one may be of interest too (image object analysis though - not speech) you give it an image and get back JSON saying what is in it and where. cloud.google.com/vision

  • @davidellis6376
    @davidellis6376 2 ปีที่แล้ว

    "It helps if you speak with an American accent"
    I suppose my British accent would sound just as funny to you 😜

  • @davidwilliss5555
    @davidwilliss5555 3 ปีที่แล้ว

    It's - 1 because array indexes in C and C++ start with 0, not 1

  • @m0nk3yl0v3r
    @m0nk3yl0v3r 3 ปีที่แล้ว

    6:49 'slight American accent' is right lol

  • @avasiloaeimihai2729
    @avasiloaeimihai2729 3 ปีที่แล้ว

    3 minutes 👍

  • @duncanx99
    @duncanx99 3 ปีที่แล้ว

    Proof, if proof were needed, that a Furze Safety Tie keeps you safer - much less bed-induced instability...

  • @jacobobinator
    @jacobobinator 3 ปีที่แล้ว

    hi

  • @kishoreksm8366
    @kishoreksm8366 3 ปีที่แล้ว

    Is my comment visible???..
    I don't think so..

  • @y_x2
    @y_x2 3 ปีที่แล้ว

    You forgot the magic words: "Alexa..."

  • @devalhparmar7830
    @devalhparmar7830 3 ปีที่แล้ว

    First % mins

  • @hawwarashidha9317
    @hawwarashidha9317 3 ปีที่แล้ว

    This is what inspires young minds to pursue a career in science

  • @auden_builds
    @auden_builds 3 ปีที่แล้ว

    Yo what thebheck i need to make that bed

  • @kubsztal
    @kubsztal 3 ปีที่แล้ว

    Elevyn! th-cam.com/video/MNuFcIRlwdc/w-d-xo.html

  • @tanszism
    @tanszism 3 ปีที่แล้ว

    I didn't even realize speech recognition has become so cheap... guess who is building a completely unnecessary room automation

  • @spicybeen4354
    @spicybeen4354 3 ปีที่แล้ว +1

    I should be asleep

  • @astupidgenius244
    @astupidgenius244 3 ปีที่แล้ว

    1:43 What is the point of... all this?

  • @KapalikKhanal
    @KapalikKhanal 3 ปีที่แล้ว

    Give a like on this comment.
    😁

  • @user-yp9nz6bs9q
    @user-yp9nz6bs9q 3 ปีที่แล้ว

    WTF?

  • @lolaa2200
    @lolaa2200 2 ปีที่แล้ว

    great video but supper shitty video description, tones of cut and past generic info mostly unrelated to the video, but no recaplist/link to the product mentioned = supper annoying to really make use of the info

  • @kodiererg
    @kodiererg 3 ปีที่แล้ว

    That is the worst American accent lol