Easy Speech Recognition - Using Python

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • Here we build a simple Speech Recognition using Python and Speech Recognition library. Built on Google's api
    Support me on Patreon
    / misbahmohammed
    💻 General Tech
    Dell Tower - amzn.to/3gHXAVV
    Monitor -amzn.to/2R0Mqk7
    Keyboard - amzn.to/3u2hPRS
    ​Mouse - amzn.to/3gMc72G
    ​Portable SSD - amzn.to/3voO8us
    Headset - amzn.to/3gI6K4t
    Airpods - amzn.to/3gK96Qu
    📸 Camera Gear
    Main Camera - amzn.to/3uae8cI
    Main Lens - amzn.to/3sXim6b
    Tripod - amzn.to/3vtsRA1
    Jobi Tripod - amzn.to/3eEo6wu
    Memory Card - amzn.to/3vt2quj
    🎥Video Accessories
    Mic - amzn.to/3uaeIHq
    Mic Arm - amzn.to/3tSkSMp
    Writing Pad - amzn.to/3nuxG9w
    Green Screen - amzn.to/3gQjnui
    LED lights - amzn.to/3nrQbex
    👨‍💻Books I like on Personal Growth
    Compound Effect - amzn.to/3vm815s
    Rework - amzn.to/32TE3K4
    Four Hour Work Week - amzn.to/32SrOx5
    Tools of Titans - amzn.to/3eEtfVx
    The Last Lecture - amzn.to/3dWia31
    Sam Walton - amzn.to/3b1nOPB
    Originals - amzn.to/3eyfUOt
    Blink - amzn.to/3sU0KIp
    The Tipping Point - amzn.to/3vuBKJH
    Rich Dad Poor Dad - amzn.to/3eCPRpq
    👨‍💻Books I like on Investing
    One up on Wall Street - amzn.to/3aFWohF
    Intelligent Investor - amzn.to/3xtMD08
    Common Sense Investing - amzn.to/3vuCbDP
    DISCLOSURE: Some of the links on this page are affiliate links, meaning, at no additional cost to you, I may earn a commission if you click through and make a purchase. Affiliate commissions help fund videos like this one.

Komentáře • 21

  • @roopgoswami3170
    @roopgoswami3170 Před 11 měsíci +2

    Sir, I run this program correctly, no error there.....but , what I say, that is not recognize it or not show the text type....😢

    • @user-wq2np3dm3d
      @user-wq2np3dm3d Před 7 měsíci

      i think for some of our machine try-catch block doesnt work for this code.. can you try to remove them first

  • @paracastillo1
    @paracastillo1 Před 4 měsíci

    Hi Misbah!
    Is there somewhere you share this and other codes that you use in your videos?
    Thanks!
    PS
    Or if anyone has these lines already transcribed toshare thanks in advanced!

  • @all-in-one-890
    @all-in-one-890 Před 9 měsíci

    Sir ive a questionI want to make a program in python such that first it recognize the text from 20 images one by one and, store the last word from the image text and at the same time it should also recognize the audio from a file(which is currently running at its normal pase) through speech recognition and if it found the last from the image text in the audio at 36 seconds from the start . Then it should press a specific key on the keyboard. This thing continues utill the audio finishes.
    Can this be possible?

  • @ccuny1
    @ccuny1 Před 2 lety +2

    Excellent. Thank you.

  • @saranyasannu8256
    @saranyasannu8256 Před měsícem

    sir how to find accuracy of these recognizer

  • @uglypr1nces746
    @uglypr1nces746 Před 9 měsíci +1

    great video keep up the motivation

  • @sayanidutta612
    @sayanidutta612 Před 3 měsíci

    sir I am facing a problem , the code is compiling but it can't detect my voice.
    what should I do now?

  • @LostPostProductions
    @LostPostProductions Před 6 měsíci

    For anyone running into a "No module named 'distutils'" Error try running the following:
    pip install setuptools
    This will install distutils which was removed from Python in version 3.12 apparently.

    • @my581c4
      @my581c4 Před 6 měsíci +1

      Are u a care package? because u must've fallen from heaven

    • @IRAnimer
      @IRAnimer Před 2 měsíci

      Yeah i agree❤​@@my581c4

    • @UtterNoobness
      @UtterNoobness Před měsícem

      I spent HOURS trying to figure out what was wrong 🥲

  • @soorenapars
    @soorenapars Před 7 měsíci

    thanks,

  • @Kirocreation
    @Kirocreation Před 2 lety +2

    my ouput just print the say something, god. it didn't print the speech i say

    • @19daredevill
      @19daredevill  Před 2 lety +1

      Could it be something to do with the microphone? If it's being detected by the computer. In addition the program should also be connected to the internet, inorder to communicate with the Google services

  • @animallovers4995
    @animallovers4995 Před měsícem

    bhi kuch acha ho ya na ho ending tune mzy ki ha

  • @HanumanCartoonforu
    @HanumanCartoonforu Před 3 měsíci

    Send source code

  • @agashvaratharasa2411
    @agashvaratharasa2411 Před rokem

    Its not working dood

  • @vikashsingh6894
    @vikashsingh6894 Před 9 měsíci

    i am getting "you are trying to be funny "non stop
    please help with this

    • @karangonbare2537
      @karangonbare2537 Před 9 měsíci +1

      same problem

    • @user-wq2np3dm3d
      @user-wq2np3dm3d Před 7 měsíci +1

      for starting don't use try-catch. trying first to write the code in a normal way without the exception block then run