SUPER Fast AI Real Time Speech to Text Transcribtion - Faster Whisper / Python

  Рет қаралды 118,088

All About AI

All About AI

Күн бұрын

Пікірлер: 134
@bim-techs
@bim-techs 10 ай бұрын
Tips: You can transform your device's audio output into a "microphone" on Windows, so you don't need to place your headphones over your microphone. 1. Press Windows key + R -> type "mmsys.cpl" 2. In the Recording tab, enable the Stereo Mix option. Now, "Stereo Mix" is an available microphone option! You can select it as the audio input.
@weekendmakeit7760
@weekendmakeit7760 10 ай бұрын
this really helped me! Thank you!
@aoeu256
@aoeu256 9 ай бұрын
this a grewt idea, i was using voice meeter as a virtual audio thingy and its complicated to use
@TimothyHuey
@TimothyHuey Ай бұрын
I enabled the microphone but I don't know how to select it in the code. It doesn't hear anything when I start the app.
@OliNorwell
@OliNorwell 9 ай бұрын
Epic! - These videos are some of the best stuff on KZbin - love the idea with the image generation at the end
@theraybae
@theraybae 11 ай бұрын
This is amazing and inspiring. I love the ending of the video and can’t wait for Wednesday. As a dyslexic person I think you unlocked a new use case for learning.
@filipphenderson6342
@filipphenderson6342 9 ай бұрын
Pulling in people with a flashy thumbnail of a Python code that works and then trying to monetize your code based on a library that is already supposed to be open source is in my opinion bs. it is not fair for beginners that might not know Python or whisper very well. for that I give you a thumbs down!
@christianmccauley7340
@christianmccauley7340 4 ай бұрын
Wow, an AI channel scamming people? Who would’ve ever heard of such a thing! Tired of the fucking grifternet man, how did this happen?
@reddyparthu5978
@reddyparthu5978 8 ай бұрын
how to get the code for this?
@svenborgers6908
@svenborgers6908 9 ай бұрын
I have tried to get this to run on M1 MacBook. No joy. The CPU maxes out even with the tiny model. But then I tried with the Whisper.cpp implementation which is compiled for apple silicon. I found a whisper-cpp-python wrapper for that library. That actually runs and is far less CPU bound. It has a bit of a stutter, it is not as clean, it misses words between the chunk processing but you can see that with just a little bit more power it could work.
@MrThaitrinh
@MrThaitrinh 9 ай бұрын
Hi Seven, could you please share your code with me? Thank you very much!
@ReadyMedia-no
@ReadyMedia-no 10 ай бұрын
There is a product for Live video Transcription there. Live text services are expensive and does not work on many current languages.. Set up a server/service that will ingest a RTMP video source, delay the video and overlay text on video in perfect sync. then offer RTMP output with burned in Live text. :) There is need for this service.
@ferluisch
@ferluisch 6 ай бұрын
Hey man this is really cool! I'd like to know if you: 1) used the whisper v3 model? or the v2? 2) If you have seen the demos from gpt4, they also showed that gpt ASR is better than whisper v3, wonder if it will be open like whisper.
@benscottbongiben
@benscottbongiben 11 ай бұрын
Good to see transcription and generate responses as audio in real-time for phone call
@ArmandoMenicacci
@ArmandoMenicacci 11 ай бұрын
Fantastic !!! A bit fast in explaining and showing, but I can always pause!
@claudiobalderrama1599
@claudiobalderrama1599 9 ай бұрын
Do you think this could be used to transcribe, for example, phone calls made through the browser? I would greatly appreciate your response :)
@maverick1901
@maverick1901 10 ай бұрын
running fully local is one thing ... doing this via webaudio api towards a backend is a different topic - is there any implementation for that as well foreseen?
@henrijohnson7779
@henrijohnson7779 9 ай бұрын
@Kris : I already joined as an Adept member on Jan 18th 2024 and requested access to the Github Repo via email and also via Discord but have not had any response from you yet ?
@fredericpaillot2570
@fredericpaillot2570 10 ай бұрын
Hi Kris! I love what you do, I would like to become a member of your channel, but I can't access the page to subscribe, do you have a direct link? the one in description doesn't work for me.. have a good day!
@ItsNsour
@ItsNsour 8 ай бұрын
can it translate?
@magnoliasphinkter8622
@magnoliasphinkter8622 3 ай бұрын
thanks this is great! Where can I find the actual code you have on your screen? Struggling to find it on the github
@t-dsai
@t-dsai 11 ай бұрын
Thanks for sharing your knowledge/experience. I'm bit perplexed. The description here mentions 45+ prompts in the PDF book, the newsletter website says 40+, and the PDF doc says 35+. Which number is correct?
@gcardinal
@gcardinal Ай бұрын
none, its a scam.
@JPy90
@JPy90 21 күн бұрын
What if, instead of putting the headphones over the mic, to receive the signal, you want to send the voice from another app, like KZbin or Zoom?
@royzac7829
@royzac7829 10 ай бұрын
How does the transcription performance compare to assemblyAI?
@prakashsahu-xn6qy
@prakashsahu-xn6qy 3 ай бұрын
how can i get this code which you used in this videos same code i need.
@JohannaKarlsson
@JohannaKarlsson 2 ай бұрын
Hello and great to see this kind of contents. I actually have a question about speech to text in another language and for example Swedish.. and passing it throw llama for correction ,.. maybe for a meeting conference or something like that .. what do you suggest ?
@jaujud
@jaujud Ай бұрын
5:51 Neutral = I'm gonna go troll now. Funny stuff, great video! Thanks
@ytemre
@ytemre 8 ай бұрын
I became a member how do I get access to the code and the github for this
@AllAboutAI
@AllAboutAI 8 ай бұрын
hello :D send me a e-mail at kris@allabtai.com
@unrealminigolf4015
@unrealminigolf4015 11 ай бұрын
Awesome bro! ❤
@HammerOnTheNet
@HammerOnTheNet 11 ай бұрын
Amazing and inspiring work! Kris what about something less powerful but better accessible in terms of hardware?
@haloBean
@haloBean 8 ай бұрын
Hi, Can get the github repo of the above code ? Thanks
@agardner-to7vi
@agardner-to7vi 5 ай бұрын
that is awesome. Sooo i am trying to do something like this. My sister is deaf and i want something that can also just label the who is speaking. So for a small group it will say user 1 user 2 user 3. and who ever is speaking it will let person know. Do you think that is possible.. How could i do that. I got everything but that last part.
@110gotrek
@110gotrek 11 ай бұрын
Now make it translate and do phone-cals
@rne1223
@rne1223 11 ай бұрын
Noooo…pls nooo. We got plenty auto callers already.
@ibrahimelshenhapy9179
@ibrahimelshenhapy9179 9 ай бұрын
​@@rne1223 Where?
@luluw9699
@luluw9699 2 ай бұрын
Hello ur computer has a virus
@hjoseph777
@hjoseph777 4 ай бұрын
I have been looking where to start, fantastic work, where can I have the code for testing
@thnmanucian7993
@thnmanucian7993 8 ай бұрын
Hello. I’m beginner in this major. How can I get your code to refer? Thank you
@danielgh4814
@danielgh4814 9 ай бұрын
Hi, I'm a subscriber but I do not have access to your github ,can you helpme please?
@kimsteinhaug
@kimsteinhaug 11 ай бұрын
Interesting stuff on the image creation at the end while talking, not sure if you are taking into consideration puctuation in you sentences? Im pretty sure this would have to do with something cool, maby keeping an overview of all the text that has been moving out of the "buffer" for style ? Looks like something I could have a lot of fun with, do not have the GPU though :/ Colab however.
@cristobalmunoz84
@cristobalmunoz84 4 ай бұрын
Nice video!! thanks for your help in this topics!!
@ryanjames3907
@ryanjames3907 11 ай бұрын
wow !! great video !!! Thank you for being so generous and teaching this to us, this is epic stuff! I can already start see all kinds of use cases, I cant wait to get it running, I'm really looking forward to Wednesday's video . Thanks again from Canada
@ShariqueAM
@ShariqueAM 2 ай бұрын
I want to do speech to text Audio from the browser speaker and not from the mic , how can we do that in real time ?
@AlexPopov-hv3kp
@AlexPopov-hv3kp 6 ай бұрын
what is a transcribe_chunk function in the code? Seems that it's not from faster_whisper?
@roygatz
@roygatz 5 күн бұрын
It's model.transcribe() from faster-whisper example
@enesgul2970
@enesgul2970 11 ай бұрын
Gerçekten çok iyisiniz.
@George-kx8fl
@George-kx8fl 10 ай бұрын
Would it be possible to do speaker recognition then pipe it into translation
@calvinapollos
@calvinapollos 8 ай бұрын
Great video! Thanks for going through this in such an easy-to-understand way! Can you share the python scripts?
@jotixh
@jotixh 8 ай бұрын
Is there a way to connect a live streaming url?
@digitalsoultech
@digitalsoultech 10 ай бұрын
The accuracy sucks. Many words are incorrect which you can see in the image itself. This isn't usable in the real world.
@leucome
@leucome 10 ай бұрын
Faster whisper and Insanely Fast Whisper don't seem to have AMD gpu support yet. So I had to go with an alternative for the 7900xt. I used wishper.cpp with cuda/HIP + distilled whisper model. Seriously this combination is kinda real-time too, even when using the distil large v2. Though there is a downside to that, the TTS and Whisper on the GPU gobble up like 8GB or vram. This put some limit to the LLM model I can use at same time.
@isaacmasinde1994
@isaacmasinde1994 4 ай бұрын
Which gpu are you using ?
@aoeu256
@aoeu256 9 ай бұрын
This will be a good tool for language immersion chinese / japanese / indonesian along with the deepl clipboard tool, edge browsers tts engine.
@radudamianov
@radudamianov 11 ай бұрын
Excellent! Thank you so much for sharing!
@thebigbigdaddy
@thebigbigdaddy 11 ай бұрын
how can we identify different speakers?
@ickorling7328
@ickorling7328 9 ай бұрын
Microsoft co-pilot in a teams call recording transcription. Cant simply call, needs to he a meeting call... subtle difference. Try 'meet now' in teams calender view, or make calendar event.
@bigswede88
@bigswede88 4 ай бұрын
Heja Sverige ! Bra jobbat
@Siri-tz7dz
@Siri-tz7dz 8 ай бұрын
where do i get the setup/python code
@maxstauss9579
@maxstauss9579 6 ай бұрын
i cant find the script of the realtime translation pls help me finding it :((
@Edward_ZS
@Edward_ZS 11 ай бұрын
Has anyone updated the code from the previous video to use this recording method instead?
@himanshujaviya6021
@himanshujaviya6021 7 ай бұрын
Can we get the code used in this video that would be really helpful
@kebman
@kebman 10 ай бұрын
I might be jaded but... I mean really, how about an AI that calculates the probability of drone attacks or artillery attacks? How about an AI that calculates the probability of soldiers hiding in terrain? I mean, there are already good search algorithms out there, that one may-or-may-not use to carry out artillery strikes. I'm just thinking aloud here. Probably nothing.
@thedoctor5478
@thedoctor5478 10 ай бұрын
I think there's an even faster whisper module but I forget what it's called
@AustinKang-wk8cl
@AustinKang-wk8cl 2 ай бұрын
did you find out?
@nouriensha2873
@nouriensha2873 2 ай бұрын
Can i convert this code to cpp and implement using Arduino without api
@unleashAI23
@unleashAI23 Ай бұрын
where do I get the code sir?
@saqqara6361
@saqqara6361 5 ай бұрын
how to access your sourcecode as a paid channel member?
@kylebolt5861
@kylebolt5861 10 ай бұрын
How do we join your community?
@AllAboutAI
@AllAboutAI 10 ай бұрын
Link in desc :) youtube member
@najafzawar8168
@najafzawar8168 10 ай бұрын
@@AllAboutAI just subscribed to your channel but not getting GitHub code..
@aseel6910
@aseel6910 7 ай бұрын
If there any way to translate this text to another languages it will be awesome
@lutusp
@lutusp 11 ай бұрын
Hey, it's in your video description, therefore easily fixed: the word is "transcription". Why not avoid the irony of a video that extols modern AI voice to text ... transcription ... in which the AI engine will surely avoid this mistake, and at the speed of light.
@kebman
@kebman 10 ай бұрын
The sentiment analysis really scares me. I mean, there's absolutely no chance that'll be abused by big tech in terms of political marketing. I mean, like, there's no way in hell right?
@renatox5288
@renatox5288 27 күн бұрын
faster whisper or whisper turbo?
@عبدالرحيمعبدالرحيم-غ5غ
@عبدالرحيمعبدالرحيم-غ5غ 11 ай бұрын
could you do another demo to see how it can translate in real time?
@gregh7457
@gregh7457 11 ай бұрын
yes! there are no really good or fast translation apps available. KZbin auto translate is horrible!
@harshitsingh3061
@harshitsingh3061 10 ай бұрын
where can we get the code
@crazyforhyunwoo119
@crazyforhyunwoo119 8 ай бұрын
github linked in the description.
@TonyHoangPodcast
@TonyHoangPodcast 8 ай бұрын
does it support speaker diairzation?
@ShariqueAM
@ShariqueAM 2 ай бұрын
I want to do speech to text Audio from the browser speaker and not from the mic , how can we do that in real time ?
@crazyforhyunwoo119
@crazyforhyunwoo119 8 ай бұрын
Can I did this with javascript?
@nusretalikok823
@nusretalikok823 10 ай бұрын
where can we find the code that you used?
@crazyforhyunwoo119
@crazyforhyunwoo119 8 ай бұрын
github linked in the description
@joaopaulonadal8484
@joaopaulonadal8484 10 ай бұрын
How can i get acess to this code?
@gurbachhansingh5715
@gurbachhansingh5715 Ай бұрын
confused can you please create step by step video and provide the code as well.
@kate-pt2ny
@kate-pt2ny 11 ай бұрын
Kris, you are a genius. Real-time speech transcription can do a lot of things. The last example is great. I can’t wait to watch the video released on Wednesday. My computer is a Mac M chip computer. I found the code in your github and changed it to run on the CPU. Later, some problems occurred, such as incomplete transcribed content and OSError. Can you release a version suitable for Mac computers? grateful
@maizizhamdo
@maizizhamdo 7 ай бұрын
i love your videos man , please video about fastwhisper on docker api please
@RicardoMaciasYepez6913
@RicardoMaciasYepez6913 6 ай бұрын
Can this run on raspberry pi?
@ahmedelkamash9323
@ahmedelkamash9323 7 ай бұрын
how can we download this script?
@ayax5055
@ayax5055 4 күн бұрын
doesn´t work because calls supertools and any file is called supertools, thanks for your time but ...
@vallu-Tech
@vallu-Tech 8 ай бұрын
Bro can you put th video about live streaming voice to text
@mattaylor-qg4yw
@mattaylor-qg4yw 7 ай бұрын
just joined. would be good to get my grubby paws on the files for this.
@huhaifan
@huhaifan 2 ай бұрын
cannot find the code in github
@maxstauss4821
@maxstauss4821 6 ай бұрын
iam a member but i cant acces the github pls HELP
@maxstauss4821
@maxstauss4821 6 ай бұрын
this i my github maxaxaxaxxaxaxaax
@eliasbosc
@eliasbosc 2 ай бұрын
Can you pls share you code?
@MuhammadArslan-ch3hx
@MuhammadArslan-ch3hx 10 күн бұрын
Can I get the code of it?
@TimothyHuey
@TimothyHuey Ай бұрын
All I get is "Thank you! Thank You! Thank you! as my transcribed output....so weird
@naczelnyh8rpolskiegoyt167
@naczelnyh8rpolskiegoyt167 Ай бұрын
hey, same problem here, actually exact same problem, have you figured it out?
@TimothyHuey
@TimothyHuey Ай бұрын
@@naczelnyh8rpolskiegoyt167 Yes I did. I went to Sound Recorder and made a test to see what was actually being recorded and playing it back. There was No Sound. Windows wasn't recording anything for some reason. I guess when nothing is recorded, Whisper hallucinates "Thank You" or sometimes just "You." So weird. But anyway, had to find a way to get the mic that this app was working with to record sound. So I would investigate that route, find out if the mic that this app is accessing is actually hearing anything at all.
@avgplayer
@avgplayer 11 ай бұрын
Waiting for the in deep video :) Btw your discord invite link is expired.
@erenkaraboga8570
@erenkaraboga8570 9 ай бұрын
Can we take source code ?
@ScaryLasers
@ScaryLasers 5 ай бұрын
how do i get access to the github?? TAKE MY MONEY! lol no but seriously how
@gurbachhansingh5715
@gurbachhansingh5715 Ай бұрын
Please provode the code
@Onlyindianpj
@Onlyindianpj 5 ай бұрын
This is Presentation not tutorial
@slimshady91bat
@slimshady91bat 4 ай бұрын
ma è gratuito?
@fufu9352
@fufu9352 9 ай бұрын
Zero latency? I have been check your video timeline. terminal output and audio is not correspond. you must be living a world 1-2 second ahead our timeline. 😅
@martinvizar6430
@martinvizar6430 10 ай бұрын
Impresario thank you
@MiguelCayazaya
@MiguelCayazaya 4 ай бұрын
pip install patience and kindness
@mujahidali2369
@mujahidali2369 4 ай бұрын
welldone
@ramadanhasan1574
@ramadanhasan1574 10 ай бұрын
Where is the link to this source code ? Thanks amazing
@nafila5084
@nafila5084 9 ай бұрын
did you get the code
@ramadanhasan1574
@ramadanhasan1574 9 ай бұрын
no @@nafila5084
@KaMingLeung-kk6ey
@KaMingLeung-kk6ey 8 ай бұрын
@@nafila5084 Can share the code to me as well?
@MarxOrx
@MarxOrx 11 ай бұрын
BROOOO 🎉 FIRST
@curtisnewton895
@curtisnewton895 9 ай бұрын
transcriPtion
@01karthikrajan40
@01karthikrajan40 2 ай бұрын
Anyone please lemme help how to run this code im trying it to but it doesn't work like the way how it is mentioned with zero latency any GitHub link access
@AlphaScraperOne
@AlphaScraperOne 8 ай бұрын
🧡
@tharosen-g4q
@tharosen-g4q 11 ай бұрын
🎈
@gcardinal
@gcardinal Ай бұрын
What a disgusting practice of hiding very basic and poorly written code behind a paywall. No effort, no skill, GPT generated based on million dollar investments shared for free - slamming behind a paywall is as low as you can get as a KZbinr. But you don't care.
@rahar6009
@rahar6009 9 ай бұрын
It is bs to make an open source code monetized! So sorry for you and your kinds... unsubs.
@vaibhavmishra1100
@vaibhavmishra1100 9 ай бұрын
can you tell me the solution of this error : Could not load library cudnn_ops_infer64_8.dll. Error code 126 Please make sure cudnn_ops_infer64_8.dll is in your library path!
@劉育安
@劉育安 9 ай бұрын
try "pip install nvidia-cudnn-cu12"
@vaibhavmishra1100
@vaibhavmishra1100 9 ай бұрын
its didnt work@@劉育安
@Velnio_Išpera
@Velnio_Išpera 9 ай бұрын
Can you use different languages?
Can Whisper be used for real-time streaming ASR?
8:41
Efficient NLP
Рет қаралды 13 М.
How many people are in the changing room? #devil #lilith #funny #shorts
00:39
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 14 МЛН
AI is not Designed for You
8:29
No Boilerplate
Рет қаралды 168 М.
5 CHALLENGES for Claude Computer Use: Here's What Happened
21:18
All About AI
Рет қаралды 203 М.
Can AI code Flappy Bird? Watch ChatGPT try
7:26
candlesan
Рет қаралды 9 МЛН
Real-time Speech Recognition in 15 minutes with AssemblyAI
19:22
AssemblyAI
Рет қаралды 298 М.
World’s Fastest Talking AI: Deepgram + Groq
11:45
Greg Kamradt
Рет қаралды 56 М.
Run your own AI (but private)
22:13
NetworkChuck
Рет қаралды 1,7 МЛН
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 344 М.