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.
@weekendmakeit776010 ай бұрын
this really helped me! Thank you!
@aoeu2569 ай бұрын
this a grewt idea, i was using voice meeter as a virtual audio thingy and its complicated to use
@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.
@OliNorwell9 ай бұрын
Epic! - These videos are some of the best stuff on KZbin - love the idea with the image generation at the end
@theraybae11 ай бұрын
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.
@filipphenderson63429 ай бұрын
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!
@christianmccauley73404 ай бұрын
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?
@reddyparthu59788 ай бұрын
how to get the code for this?
@svenborgers69089 ай бұрын
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.
@MrThaitrinh9 ай бұрын
Hi Seven, could you please share your code with me? Thank you very much!
@ReadyMedia-no10 ай бұрын
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.
@ferluisch6 ай бұрын
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.
@benscottbongiben11 ай бұрын
Good to see transcription and generate responses as audio in real-time for phone call
@ArmandoMenicacci11 ай бұрын
Fantastic !!! A bit fast in explaining and showing, but I can always pause!
@claudiobalderrama15999 ай бұрын
Do you think this could be used to transcribe, for example, phone calls made through the browser? I would greatly appreciate your response :)
@maverick190110 ай бұрын
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?
@henrijohnson77799 ай бұрын
@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 ?
@fredericpaillot257010 ай бұрын
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!
@ItsNsour8 ай бұрын
can it translate?
@magnoliasphinkter86223 ай бұрын
thanks this is great! Where can I find the actual code you have on your screen? Struggling to find it on the github
@t-dsai11 ай бұрын
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Ай бұрын
none, its a scam.
@JPy9021 күн бұрын
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?
@royzac782910 ай бұрын
How does the transcription performance compare to assemblyAI?
@prakashsahu-xn6qy3 ай бұрын
how can i get this code which you used in this videos same code i need.
@JohannaKarlsson2 ай бұрын
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Ай бұрын
5:51 Neutral = I'm gonna go troll now. Funny stuff, great video! Thanks
@ytemre8 ай бұрын
I became a member how do I get access to the code and the github for this
@AllAboutAI8 ай бұрын
hello :D send me a e-mail at kris@allabtai.com
@unrealminigolf401511 ай бұрын
Awesome bro! ❤
@HammerOnTheNet11 ай бұрын
Amazing and inspiring work! Kris what about something less powerful but better accessible in terms of hardware?
@haloBean8 ай бұрын
Hi, Can get the github repo of the above code ? Thanks
@agardner-to7vi5 ай бұрын
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.
@110gotrek11 ай бұрын
Now make it translate and do phone-cals
@rne122311 ай бұрын
Noooo…pls nooo. We got plenty auto callers already.
@ibrahimelshenhapy91799 ай бұрын
@@rne1223 Where?
@luluw96992 ай бұрын
Hello ur computer has a virus
@hjoseph7774 ай бұрын
I have been looking where to start, fantastic work, where can I have the code for testing
@thnmanucian79938 ай бұрын
Hello. I’m beginner in this major. How can I get your code to refer? Thank you
@danielgh48149 ай бұрын
Hi, I'm a subscriber but I do not have access to your github ,can you helpme please?
@kimsteinhaug11 ай бұрын
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.
@cristobalmunoz844 ай бұрын
Nice video!! thanks for your help in this topics!!
@ryanjames390711 ай бұрын
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
@ShariqueAM2 ай бұрын
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-hv3kp6 ай бұрын
what is a transcribe_chunk function in the code? Seems that it's not from faster_whisper?
@roygatz5 күн бұрын
It's model.transcribe() from faster-whisper example
@enesgul297011 ай бұрын
Gerçekten çok iyisiniz.
@George-kx8fl10 ай бұрын
Would it be possible to do speaker recognition then pipe it into translation
@calvinapollos8 ай бұрын
Great video! Thanks for going through this in such an easy-to-understand way! Can you share the python scripts?
@jotixh8 ай бұрын
Is there a way to connect a live streaming url?
@digitalsoultech10 ай бұрын
The accuracy sucks. Many words are incorrect which you can see in the image itself. This isn't usable in the real world.
@leucome10 ай бұрын
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.
@isaacmasinde19944 ай бұрын
Which gpu are you using ?
@aoeu2569 ай бұрын
This will be a good tool for language immersion chinese / japanese / indonesian along with the deepl clipboard tool, edge browsers tts engine.
@radudamianov11 ай бұрын
Excellent! Thank you so much for sharing!
@thebigbigdaddy11 ай бұрын
how can we identify different speakers?
@ickorling73289 ай бұрын
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.
@bigswede884 ай бұрын
Heja Sverige ! Bra jobbat
@Siri-tz7dz8 ай бұрын
where do i get the setup/python code
@maxstauss95796 ай бұрын
i cant find the script of the realtime translation pls help me finding it :((
@Edward_ZS11 ай бұрын
Has anyone updated the code from the previous video to use this recording method instead?
@himanshujaviya60217 ай бұрын
Can we get the code used in this video that would be really helpful
@kebman10 ай бұрын
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.
@thedoctor547810 ай бұрын
I think there's an even faster whisper module but I forget what it's called
@AustinKang-wk8cl2 ай бұрын
did you find out?
@nouriensha28732 ай бұрын
Can i convert this code to cpp and implement using Arduino without api
@unleashAI23Ай бұрын
where do I get the code sir?
@saqqara63615 ай бұрын
how to access your sourcecode as a paid channel member?
@kylebolt586110 ай бұрын
How do we join your community?
@AllAboutAI10 ай бұрын
Link in desc :) youtube member
@najafzawar816810 ай бұрын
@@AllAboutAI just subscribed to your channel but not getting GitHub code..
@aseel69107 ай бұрын
If there any way to translate this text to another languages it will be awesome
@lutusp11 ай бұрын
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.
@kebman10 ай бұрын
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?
@renatox528827 күн бұрын
faster whisper or whisper turbo?
@عبدالرحيمعبدالرحيم-غ5غ11 ай бұрын
could you do another demo to see how it can translate in real time?
@gregh745711 ай бұрын
yes! there are no really good or fast translation apps available. KZbin auto translate is horrible!
@harshitsingh306110 ай бұрын
where can we get the code
@crazyforhyunwoo1198 ай бұрын
github linked in the description.
@TonyHoangPodcast8 ай бұрын
does it support speaker diairzation?
@ShariqueAM2 ай бұрын
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 ?
@crazyforhyunwoo1198 ай бұрын
Can I did this with javascript?
@nusretalikok82310 ай бұрын
where can we find the code that you used?
@crazyforhyunwoo1198 ай бұрын
github linked in the description
@joaopaulonadal848410 ай бұрын
How can i get acess to this code?
@gurbachhansingh5715Ай бұрын
confused can you please create step by step video and provide the code as well.
@kate-pt2ny11 ай бұрын
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
@maizizhamdo7 ай бұрын
i love your videos man , please video about fastwhisper on docker api please
@RicardoMaciasYepez69136 ай бұрын
Can this run on raspberry pi?
@ahmedelkamash93237 ай бұрын
how can we download this script?
@ayax50554 күн бұрын
doesn´t work because calls supertools and any file is called supertools, thanks for your time but ...
@vallu-Tech8 ай бұрын
Bro can you put th video about live streaming voice to text
@mattaylor-qg4yw7 ай бұрын
just joined. would be good to get my grubby paws on the files for this.
@huhaifan2 ай бұрын
cannot find the code in github
@maxstauss48216 ай бұрын
iam a member but i cant acces the github pls HELP
@maxstauss48216 ай бұрын
this i my github maxaxaxaxxaxaxaax
@eliasbosc2 ай бұрын
Can you pls share you code?
@MuhammadArslan-ch3hx10 күн бұрын
Can I get the code of it?
@TimothyHueyАй бұрын
All I get is "Thank you! Thank You! Thank you! as my transcribed output....so weird
@naczelnyh8rpolskiegoyt167Ай бұрын
hey, same problem here, actually exact same problem, have you figured it out?
@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.
@avgplayer11 ай бұрын
Waiting for the in deep video :) Btw your discord invite link is expired.
@erenkaraboga85709 ай бұрын
Can we take source code ?
@ScaryLasers5 ай бұрын
how do i get access to the github?? TAKE MY MONEY! lol no but seriously how
@gurbachhansingh5715Ай бұрын
Please provode the code
@Onlyindianpj5 ай бұрын
This is Presentation not tutorial
@slimshady91bat4 ай бұрын
ma è gratuito?
@fufu93529 ай бұрын
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. 😅
@martinvizar643010 ай бұрын
Impresario thank you
@MiguelCayazaya4 ай бұрын
pip install patience and kindness
@mujahidali23694 ай бұрын
welldone
@ramadanhasan157410 ай бұрын
Where is the link to this source code ? Thanks amazing
@nafila50849 ай бұрын
did you get the code
@ramadanhasan15749 ай бұрын
no @@nafila5084
@KaMingLeung-kk6ey8 ай бұрын
@@nafila5084 Can share the code to me as well?
@MarxOrx11 ай бұрын
BROOOO 🎉 FIRST
@curtisnewton8959 ай бұрын
transcriPtion
@01karthikrajan402 ай бұрын
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
@AlphaScraperOne8 ай бұрын
🧡
@tharosen-g4q11 ай бұрын
🎈
@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.
@rahar60099 ай бұрын
It is bs to make an open source code monetized! So sorry for you and your kinds... unsubs.
@vaibhavmishra11009 ай бұрын
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!