Python Speech Recognition Tutorial – Full Course for Beginners

preview_player
Показать описание
Learn how to implement speech recognition in Python by building five projects. You will learn how to use the AssemblyAI API for speech recognition.

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:01:37) Audio Processing Basics
⌨️ (0:26:37) Speech Recognition in Python
⌨️ (0:52:48) Sentiment Classification
⌨️ (1:09:58) Podcast Summarization Web App
⌨️ (1:40:21) Real-time Speech Recognition + Voice Assistant

🎉 Thanks to our Champion and Sponsor supporters:
👾 Raymond Odero
👾 Agustín Kussrow
👾 aldo ferretti
👾 Otis Morgan
👾 DeezMaster

--

Рекомендации по теме
Комментарии
Автор

This is not a tutorial on speech recognition using Python. This is a tutorial on using the tool (API) of the company that sponsored the video. Don't waste your time on it, unless your employer has already decided to use this tool.

GC-qevc
Автор

Thanks for the time and effort putting together this tutorial video. Was super helpful. We're taking journalism classes and having a rough time finding good/free software to transcribe short audio interviews (microsoft word transcribe has been best option so far). I used the transcribe part of the tutorial and it worked great. I've done a decent amount of python/js coding so the speed of the tutorial was perfect for me. I had not used API functions in python so the introduction to API was perfect. The workflow you use of getting simple functions working, then organizing them in a separate module and building on it worked great. Looking forward to using the sentiment/podcast tools.

seantrautman
Автор

Freecode campaign is one of the greatest gift to mankind in modern world. thank you :)

kjayesh
Автор

I have a good friend who has problems with short term memory and I wanted to make something that will remember what he is saying during the day. This course has perfect timing :) thanks

kantorobo
Автор

I hope you all enjoy the course! Some of the projects can be used as great portfolio projects, showcasing how to work with different technologies/APIs, and how to build an app around it! If you have any questions, don't forget to ask me or Mısra :)

patloeber
Автор

It's amazing.
I was to searching tools and libraries offline for speech recognition and synthesis.

wsricardo
Автор

thx god for this, i have 20 days to make a system or app that transcribe spoken number for a governmental project. it helped, i will update when i done.

aguspermana
Автор

This is good exercise for improving my knowledge.... Thanks

minix
Автор

I am being surprised again and again by watching your commitment to free education and knowledge sharing...

shuvohasan
Автор

Hey everyone, don’t forget to let us know if you have any questions!

misraturp
Автор

Thanks very helpful to my final year research. Thank you for the content.

sithumhandapangoda
Автор

Thank you for this amazing tutorial, I need to use the input as the computer output, let's say I'm in a conference with someone and need to capture some key words. thanks

tonylama
Автор

Very good video sir keep it up
Thx for help

athegenius
Автор

A
M
A
Z
I
N
G
Thanks for inspiring many of your followers . 🙏

mathhack
Автор

Wonderful. Smashing the LIKE Button!!!

digigoliath
Автор

Hey! Thanks for this brilliant video.Just adding if our audio have 2 channels than we have to split the audio data left and right 😃 to get the graph otherwise we will get the value Error.

Vshaan
Автор

When you are learning Python and see a cool project 😝 Thanks

universecode
Автор

fan of ur channel pls upload more like this so that many can gain knowledge

vcvjayakrishnabapiraju
Автор

Thank you very much for the knowledge, your work is amazing.

mixtecasoft
Автор

Note at 59:19 that youtube_dl library is no longer maintained. So use 'pip install yt_dlp' instead
import yt_dlp as youtube_dl
Proceed as shown in the video thereafter.

prashinparikh