Your videos are quite interesting please do make a video about all the branches of Computer Science AI & ML vs Data Science vs Information Technology vs Blockchain vs Robotics
@@borismeinardus I still wonder bruh why you chose AI and ML , although I'm interested in Blockchain tbh😅 but that's personal interest. I would definitely suggest you to make a video on this topic
hey i have installed all the packages that u have mentioned like customtkinter, soundfile and sounddevice after installing also still its showing like there is no moduled called !!?? how can i solve that ?
Hey! if you are using conda it might be that you have not installed the packages from the right channel. If that is the case please google „conda install x“ and look at the official installation documentation for that package x. I hope this solves it! And why you can‘t install the whisper model is also weird.
@@borismeinardus ERROR: Could not find a version that satisfies the requirement torch (from whisper) (from versions: none) ERROR: No matching distribution found for torch now im getting error like this
Hi I am trying to run this program but I am getting this error: """TypeError: CTkLabel.__init__() missing 1 required positional argument: 'master' Any help how to solve will be appreciated.
hmm, don‘t know the solution directly, but I‘m sure there will be something on that on StackOverflow. Perhaps you need to specify the right audio source?
Hello Boris while compile your code i get these error " ModuleNotFoundError: No module named 'customtkinter' " may i know how to install these customtkinter thanks in advance
if you are using conda, you can also install packages via pip. So just run pip install customtkinter This should work. One error that might occur is that some versions are not compatible, in that case you‘ll have to debug a bit I hope this works and helps :)
Thanks for sharing your insights! Can this setup be modified to transcribe speech live, in realtime, with no delay? ( < 200 miliseconds) And can it transcribe consistently for 1+ hours?
hmm, haven‘t played around with it in that regard. You would need to try to see how fast the smallest model can run inference on you hardware. If that goes well it should be possible. Longs transcriptions should also be fine! I again haven’t played with 1h+ audio, but you might just need to play around with it and find the limit and then just transcribe in batches. I hope this helps :)
By the way bro I've have a another question in my mind 😅 Can you briefly explain me that how much GPA will be needed to get into TU Berlin Computer Science in Bachelors by the way I'm going to enroll in Studienkolleg right now So how much GPA should I be target in FSP to get into TU Berlin and also in TU München and RWTH might be
Always try to be the best haha But for Berlin at least you should expect around 2.1 (German scale). But if you are in the 1.9 or better area you should be good to go!
Hi Boris, I have used your code but getting the following message. Could you help me? File "c:\Users\Max\.venv2\whispertest (dot) py", line 18, in main_label = ctk.CTkLabel( TypeError: __init__() missing 1 required positional argument: 'master'
@@rgb8534 sounds amazing! Studying abroad is always an experience you want to have at least once. I'm sure you would learn many new things, not only academically!
The worst part of this video is it ends so soon ... Keep it up with the amazing content 👍🏻
Haha, thank you 💚
Doing my best! Let's see what projects I will be working on in the following months!
Look who is back! Feeling enthusiastic as always, MLbruh! This is cool.
Always trying to stay positive haha 🫡☺️
great video man
Thanks! :)
Keep it up
you're my hero
No. You are mine!
Your videos are quite interesting please do make a video about all the branches of Computer Science AI & ML vs Data Science vs Information Technology vs Blockchain vs Robotics
Phew, that's quite an endeavor haha
I don't know if I'm qualified to talk about so many domains I know little about 😅
But cool idea!
@@borismeinardus I still wonder bruh why you chose AI and ML , although I'm interested in Blockchain tbh😅 but that's personal interest. I would definitely suggest you to make a video on this topic
hey i have installed all the packages that u have mentioned like customtkinter, soundfile and sounddevice
after installing also still its showing like there is no moduled called !!??
how can i solve that ?
and also i can't able to pip install opan ai whisper ?🤷♂🤷♂
Hey! if you are using conda it might be that you have not installed the packages from the right channel. If that is the case please google „conda install x“ and look at the official installation documentation for that package x.
I hope this solves it!
And why you can‘t install the whisper model is also weird.
@@borismeinardus i'll try that
@@borismeinardus its throwing this error
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
Check the permissions.
@@borismeinardus ERROR: Could not find a version that satisfies the requirement torch (from whisper) (from versions: none)
ERROR: No matching distribution found for torch
now im getting error like this
Hi I am trying to run this program but I am getting this error: """TypeError: CTkLabel.__init__() missing 1 required positional argument: 'master'
Any help how to solve will be appreciated.
I don't really know a lot about coding and I can't find where I can add this or how.
you probably need to add the TK root element as an argument
if that doesn‘t help try googleing the error message :)
@@borismeinardus thank you for the reply. As I am not experienced at coding I don't really know where I need to add that argument.
Yes, I get the same error under Ubuntu 22.04
Did you ever fix that? I try to add master=app but still fails. And there is no examples that I can find around google
Is there a way to record screen audio only?
hmm, don‘t know the solution directly, but I‘m sure there will be something on that on StackOverflow.
Perhaps you need to specify the right audio source?
Hello Boris while compile your code i get these error " ModuleNotFoundError: No module named 'customtkinter' " may i know how to install these customtkinter thanks in advance
if you are using conda, you can also install packages via pip. So just run
pip install customtkinter
This should work.
One error that might occur is that some versions are not compatible, in that case you‘ll have to debug a bit
I hope this works and helps :)
what's the background music? pls
It's multiple songs from Epidemic Sounds. But the first song is called "Its All For Love" by Wendy Marcini.
Thanks for sharing your insights! Can this setup be modified to transcribe speech live, in realtime, with no delay? ( < 200 miliseconds)
And can it transcribe consistently for 1+ hours?
hmm, haven‘t played around with it in that regard. You would need to try to see how fast the smallest model can run inference on you hardware. If that goes well it should be possible.
Longs transcriptions should also be fine! I again haven’t played with 1h+ audio, but you might just need to play around with it and find the limit and then just transcribe in batches.
I hope this helps :)
By the way bro I've have a another question in my mind 😅 Can you briefly explain me that how much GPA will be needed to get into TU Berlin Computer Science in Bachelors by the way I'm going to enroll in Studienkolleg right now So how much GPA should I be target in FSP to get into TU Berlin and also in TU München and RWTH might be
Always try to be the best haha
But for Berlin at least you should expect around 2.1 (German scale). But if you are in the 1.9 or better area you should be good to go!
Hi Boris,
I have used your code but getting the following message. Could you help me?
File "c:\Users\Max\.venv2\whispertest (dot) py", line 18, in
main_label = ctk.CTkLabel(
TypeError: __init__() missing 1 required positional argument: 'master'
Do you provide the root tkinter object?
main_label = ctk.CTkLabel(master=app, height=512, width=512, text_color="black", font=("Roboto Medium", -16))
@@fernandorosales4475 not working it says : ValueError: ['text_font'] are not supported arguments. Look at the documentation for supported arguments.
nice bruder love from india
🙏🏼💚
Are you originally from Germany?
Yes :)
You are studying in which university?
I‘m at TU Berlin ✌🏼☺️
@@borismeinardus so cool. Maybe I will go there for my masters in 2024
@@rgb8534 sounds amazing! Studying abroad is always an experience you want to have at least once. I'm sure you would learn many new things, not only academically!
да это был Русский язык там в программе)
It's not Russian, it's Bulgarian :)
@@borismeinardus ахах, очень похожи)