How To Convert Speech To Text Using Python

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 10

  • @cocoatea57
    @cocoatea57 28 дней назад

    You are good Taylor 😅🎉

    • @TaylorsSoftware
      @TaylorsSoftware  27 дней назад +1

      Thank you so much! :)

    • @cocoatea57
      @cocoatea57 27 дней назад

      @@TaylorsSoftware welcome
      Do you know Javascript?

  • @infamousforrest
    @infamousforrest 23 дня назад +1

    How are you getting recognize_google? It will only let me have recognize_google_cloud, and this is making the whole process unworkable for some reason that I can't figure out.

    • @TaylorsSoftware
      @TaylorsSoftware  21 день назад

      It is a built in function with the speech_recognition module.

    • @infamousforrest
      @infamousforrest 21 день назад

      @TaylorsSoftware I know, I have that installed and imported. But the recognize_google isn't in the list

    • @ragul913
      @ragul913 4 дня назад +1

      The same error

    • @fw1engineer
      @fw1engineer 2 дня назад

      it now requires you to have a credentials file for api access. So the correct format of the command is: print("You Said: {}".format(recognize.recognize_google_cloud, credentials_json="path_to_your_credentials_json_file"))

  • @EthanWinters176
    @EthanWinters176 26 дней назад

    Does this require internet?

    • @TaylorsSoftware
      @TaylorsSoftware  26 дней назад +1

      The only internet requirement would be for the installation of the module. After the installation, you can run the Python program offline.