Build your own real-time voice command recognition model with TensorFlow

Поділитися
Вставка
  • Опубліковано 20 сер 2024

КОМЕНТАРІ • 32

  • @cornpop3340
    @cornpop3340 Рік тому +3

    This is an incredibly helpful video.

  • @oxydol3456
    @oxydol3456 5 місяців тому

    This tutorial is great. I find that the key to build accurate model is gathering quality data a lot. And that sounds arduous work. didn't get good result with 200 examples.
    Edit: I found the model's accuracy is the way poor than I expected. Maybe it's due to the microphone I'm using and it's needed to taken care of before predicting process.

  • @donahue1187
    @donahue1187 Рік тому +6

    This is fantastic. I’m a Newbie to Python and neural nets, but your explanations are great and pretty straightforward. Question - what additional steps would I take to run this on my own local device (pi 4)? And what else would I need to do to introduce new commands such as as trigger word and “turn off the lights”? Would I need to create my own audio samples, save them to new folders, and retrain to retrain the model? Thanks for any guidance! (if you couldn’t tell I’m DONE w Google Home latency, recreating my own. Ambitious! Need help!)

  • @gokhanersoz5239
    @gokhanersoz5239 2 роки тому +3

    Thank you very much for the tranings. But I think there should be a more complex and more advanced voice recognition, voice classification and similar training series if you see fit. You know, trainings on sound are limited.

  • @nguyent3465
    @nguyent3465 Рік тому +7

    The code on TensorFlow website was changed :(

  • @seanadin386
    @seanadin386 11 місяців тому +5

    Can you do a video regarding the newer version? The run interface now has a different code

  • @clumsycoder1907
    @clumsycoder1907 Рік тому +3

    its not working for me

  • @geekyprogrammer4831
    @geekyprogrammer4831 2 роки тому +2

    Can you please post building text to speech models from scratch?

  • @Cyka_Blyatus
    @Cyka_Blyatus Рік тому +2

    What did you do so the program does not picks up ambient noise or actually works with the commands given? it seems the model lacks ambient noise data sets and whenever ran it only keeps spamming the first command, but yours works perfectly, how to achieve this?

  • @erickd4816
    @erickd4816 Рік тому +1

    Good video, excellent explanation, I have a question, can the same program be trained to recognize only a specific voice? if so, could you explain it to me? I would be very grateful.

  • @danielbogemann1598
    @danielbogemann1598 11 місяців тому +1

    They changed the Code. Could u you do a quick update?

  • @TheSaukkio
    @TheSaukkio 7 місяців тому

    How can it be that in the video it gives nothing with out speaking. While if i run the code from github it predicts random stuff when im not speaking.

  • @swasthikk3655
    @swasthikk3655 7 місяців тому

    Can i get similar for English alphabets

  • @MrIlvis
    @MrIlvis 8 місяців тому

    On which Tensorflow version this was made? because Colab uses latest, but older one should work without problems.

  • @itsrairamones
    @itsrairamones 2 роки тому

    thankyou dude its a hundred percent work for me but after couple minutes it crashed :(

  • @sanjeetjha9177
    @sanjeetjha9177 8 місяців тому

    Please provide me the model i need argently I am stuck in it

  • @tankado_ndakota
    @tankado_ndakota 3 місяці тому

    Got the error: "Could not import the PyAudio C module 'pyaudio._portaudio'."
    And couldn't find the solution...
    Macbook M1 Pro

    • @tankado_ndakota
      @tankado_ndakota 3 місяці тому +1

      I saw a note in other video for M1 :) let me try first :D

    • @tankado_ndakota
      @tankado_ndakota 2 місяці тому

      i did everything that I found from web. but still i got the error: "symbol not found in flat namespace '_PaMacCore_SetupChannelMap'"

  • @loydvincentbutron4345
    @loydvincentbutron4345 5 місяців тому

    is it for english voice only?

  • @divyakhetan8754
    @divyakhetan8754 7 місяців тому

    Is it a customised model (designed for a single person) or it can work on anyone's command

  • @rediet.f261
    @rediet.f261 Рік тому

    what is sample_file in here 8:38

  • @Yvtq8K3n
    @Yvtq8K3n Рік тому +1

    Its a shame, you cant train your own model.

    • @threepe0
      @threepe0 Рік тому +1

      of course you can

    • @Yvtq8K3n
      @Yvtq8K3n Рік тому

      @@threepe0 The last time I used this, you were unable to create a custom model and use it.
      Tensorflow provided you with an already trained model (0-1, left, right) and thats exactly what most people use.