Mastering Python
Mastering Python
  • 19
  • 28 031
Supervised Learning Introduction | Machine Learning Tutorial
Hello guys, in this video I will talk about supervised learning.
Support me by subscribing to my channel and leave a like to the video.
Supervised Learning Google :
developers.google.com/machine-learning/intro-to-ml/supervised
#supervisedlearning
#classification
#regression
#machinelearning
#artificialintelligence
zhlédnutí: 41

Video

Text To Image Generator [ Python | Deep Learning ]
zhlédnutí 95Před měsícem
Hello guys, in this video I will show you how to generate an image from a given text with python using Stable Diffusion deep learning model. Support me by subscribing to my channel and leave a like. Source Code : github.com/Mastering-Python-GT/Text-To-Image Stability-AI Github : github.com/Stability-AI/generative-models stable diffusion : huggingface.co/stabilityai/stable-diffusion-xl-base-1.0 ...
Photo Colorizing And Restoration [ Python | Deep Learning ]
zhlédnutí 72Před měsícem
Hello guys, in this video I will show you how to colorize and restore old photos by using deep learning models. Support me by subscribing to my channel and leave a like. Source Code : github.com/Mastering-Python-GT/Photo-restoration DeOldify deep learning project : github.com/jantic/DeOldify Microsoft deep learning project: github.com/microsoft/Bringing-Old-Photos-Back-to-Life?tab=readme-ov-fil...
Disable the GIL ( Global Interpreter Lock ) python 3.13/3.14 ( with speed test )
zhlédnutí 893Před měsícem
Hello guys, in this video i will show you to make Python GIL ( Global Interpreter Lock ) optional in Python 3.14 / 3.14. Support me by subscribing to my channel and leave a like. source code of the demo : github.com/Mastering-Python-GT/disabling-gil-demo/blob/main/disable_gil.ipynb Multithreading is possible in Python 3.12 with example : czcams.com/video/9nkz0yxqesI/video.html PEP 703 - Making ...
AI Python Code Generator Application ( text to code free )
zhlédnutí 340Před měsícem
Hello guys, in this video I will show you how to create your own AI Python Code Assistant application with Python using PySide6 library and PyCodeGPT model. Source Code : github.com/Mastering-Python-GT/AI-Pytho-Code-Generator-Application PySide6 : doc.qt.io/qtforpython-6/ Pygments : pygments.org/ Transformers: huggingface.co/docs/transformers/index Microsoft/PyCodeGPT : github.com/microsoft/PyC...
vscode clone using Python
zhlédnutí 124Před 2 měsíci
Hello guys, in this video i will show you how to build an application like VS-CODE with python using pyside6 library. GitHub source code: github.com/Mastering-Python-GT/VSCode-Clone-with-python Pyside6 library : pypi.org/project/PySide6/ #PySide6 #PySide #Python #PyQt #python_ui #python_user_interface #python_modern_gui #python_gui #python_modern_ui #vscode #vscode_python #vscode_clone #python_...
Python Modern Invoice Generator usig pyside6 and reportlab
zhlédnutí 2,9KPřed 2 měsíci
Hello guys, in this vedio I will show you how to build a modern invoice generator application with python using pyside6 and reportlab libraries. GitHub source code: github.com/Mastering-Python-GT/invoice-generator Pyside6 library : pypi.org/project/PySide6/ Reportlab library : www.reportlab.com/ #python #invoice_generator #modern_invoice_generator #reportlab #pyside6 #pyside #pyqt6 #pyqt #moder...
Multithreading is possible in Python 3.12 ( with speed test )
zhlédnutí 1,3KPřed 10 měsíci
If you are interested in python dont forget to subscribe to my channel because this channel will guide you to mastering python. The talk about this new feature : czcams.com/video/3ywZjnjeAO4/video.html PEP 684 - A Per-Interpreter GIL : peps.python.org/pep-0684/ #python #python_interpreter #gil #python_multithreading #python_gil #multithreading
make your audio sounds professional by using python
zhlédnutí 6KPřed rokem
Hello guys, in this video I will show you how to enhance audios by using python. Support me by subscribing to my channel Link of the Source Code : github.com/Mastering-Python-GT/Audio_Enhancement Link of the noisereduce library : github.com/timsainb/noisereduce Link of the pedalboard library : spotify.github.io/pedalboard/ #python #noise_reduction #noise_cancelling #audio_enhancer #speech_enhan...
login with voice verification in python | part 1
zhlédnutí 581Před rokem
Hello guys, this video is a demonstration of login application with voice verification. Support me by subscribing to my channel source code: github.com/Mastering-Python-GT/Login_With_Voice_Verification #python #voice_verification #speaker_recognition #voice_biometric #flet #login #login_form
[ARABIC] Speaker Recognition using Pyannote | PART 3
zhlédnutí 172Před rokem
هذا المقطع هو إستخدام ل Pyannote-embedding Model في تطبيق Speaker Recognition التعرف على المتحدث من خلال الصوت. إدعمني بالإشتراك فالقناة. شكرا ♥️♥️ part 1 : czcams.com/video/a8GvTYaLsKc/video.html part 2 : czcams.com/video/Qkwh8v3RXlU/video.html Github source code link : github.com/Mastering-Python-GT/Speaker_Recognition_pyannote Github pyannote toolkit link : github.com/pyannote/pyannote-audio...
[ARABIC] Speaker Recognition using Pyannote | PART 2
zhlédnutí 178Před rokem
هذا المقطع هو تصميم ل Speaker Recognition Application التعرف على المتحدث من خلال الصوت. إدعمني بالإشتراك فالقناة. شكرا ♥️♥️ part 1 : czcams.com/video/a8GvTYaLsKc/video.html part 3 : czcams.com/video/DGAOzwGe9ag/video.html Github source code link : github.com/Mastering-Python-GT/Speaker_Recognition_pyannote Github Customtkinter library : github.com/TomSchimansky/CustomTkinter Customtkinter Docum...
[ARABIC] Speaker Recognition using Pyannote | PART 1
zhlédnutí 443Před rokem
هذا المقطع هو demo لتطبيق Speaker Recognition التعرف على المتحدث من خلال الصوت. إدعمني بالإشتراك فالقناة. شكرا ♥️♥️ part 2 : czcams.com/video/Qkwh8v3RXlU/video.html part 3 : czcams.com/video/DGAOzwGe9ag/video.html Github source code link : github.com/Mastering-Python-GT/Speaker_Recognition_pyannote Github pyannote toolkit link : github.com/pyannote/pyannote-audio Pyannote-embedding Model : hugg...
transcription and speaker identification OpenAI-Whisper and Pyannote [Python]
zhlédnutí 15KPřed rokem
Hello guys, in this video I will how you how to transcribe and identify the speaker by using OpenAI Whisper, Pyannote and Pydub . For Pyannote you must register on huggingface website to get the access token. Support me by subscribing to my channel and leave a like. Github repository for the source code : github.com/Mastering-Python-GT/Transcription-diarization-whisper-pyannote OpenAi github li...
Python variables [beginners] | المتغيرات
zhlédnutí 44Před rokem
Python variables [beginners] | المتغيرات
How python works [beginners] | طريقة عمل البايثن
zhlédnutí 57Před rokem
How python works [beginners] | طريقة عمل البايثن
Introduction to Python [beginners] | مقدمة للغة البرمجة بايثن
zhlédnutí 62Před rokem
Introduction to Python [beginners] | مقدمة للغة البرمجة بايثن
Python [beginners] : setting up the programming environment | إعداد البرامج لبداية مسيرتنا فالبرمجة
zhlédnutí 90Před rokem
Python [beginners] : setting up the programming environment | إعداد البرامج لبداية مسيرتنا فالبرمجة

Komentáře

  • @bhuvneshsaini93
    @bhuvneshsaini93 Před 21 hodinou

    Please provide requirement.txt, else its really very hard to make it workable.

  • @JL-1735
    @JL-1735 Před 21 dnem

    Ai generate crap

  • @kmillanr
    @kmillanr Před měsícem

    no code in video

  • @kodeng6333
    @kodeng6333 Před měsícem

    Please use list for creating a lot of threads (not variables like t1) And not use raw `time` module, there is `timeit` or etc (Search info about that why it is more preferred)

    • @masteringpython
      @masteringpython Před měsícem

      i made this video to show you how to disable the GIL in python 3.13, and it's not released yet, when they relase python 3.13 i will do a complex example.

    • @kodeng6333
      @kodeng6333 Před měsícem

      @@masteringpython its not about complexity

  • @AmirWassim-yi9nd
    @AmirWassim-yi9nd Před měsícem

    That's was helpful

  • @WhiteShark010
    @WhiteShark010 Před měsícem

    You have chance.

  • @Yacine_zaki_abderrazzak
    @Yacine_zaki_abderrazzak Před měsícem

    We need some people like you ❤❤❤

  • @djamelelzinne
    @djamelelzinne Před 2 měsíci

    شكرا على المقطع

  • @Yacine_zaki_abderrazzak
    @Yacine_zaki_abderrazzak Před 2 měsíci

    ❤🎉legendary useful info i hope you will continue to upload every day ❤❤

  • @Yacine_zaki_abderrazzak
    @Yacine_zaki_abderrazzak Před 2 měsíci

    Nice video men i hope you to continue To make us happy with your infos

  • @Suchit_Plays07
    @Suchit_Plays07 Před 3 měsíci

    there are so many errors in source code please resolve this

  • @Suchit_Plays07
    @Suchit_Plays07 Před 3 měsíci

    Make video on how to run this code

  • @N2NCars
    @N2NCars Před 3 měsíci

    Audio 3 still can hear noises

    • @lostfromfaraway697
      @lostfromfaraway697 Před 24 dny

      noise will always be there, no matter how much you try to remove. the point is to reduce it as much as possible. Noise comes from the microphone/interface/cables/software/USB ports. That's just something you can not completely get rid of.

  • @baghdadiabdellatif1581
    @baghdadiabdellatif1581 Před 4 měsíci

    شكرا جزيلا. عندي سؤال . عندي ملف صوتي وايف . به ديستورشن للتردد 30 هرتز اريد حذف جميع الترددات التي هي من مضاعفات 30 هرتز يعني 60 120 180 ....

  • @alaoyghost
    @alaoyghost Před 4 měsíci

    hi the github has only one file code can you upload the others please ?

  • @chungrandy780
    @chungrandy780 Před 4 měsíci

    Is there a colab version?

  • @muazzamakhtar6202
    @muazzamakhtar6202 Před 5 měsíci

    Do you have tutorials for this voice recognition. I am currently working on this project. Looking forward to your response

  • @user-iu8le1pl3x
    @user-iu8le1pl3x Před 7 měsíci

    Hi, Thanks for the Video. Need approach on how we can implement the solution with the large Audio with duration of 3 hours.

    • @KamilKaczmarekSolutions
      @KamilKaczmarekSolutions Před 7 měsíci

      chunks

    • @KamilKaczmarekSolutions
      @KamilKaczmarekSolutions Před 7 měsíci

      chunks and saving .txt from these chunks in files, add logic to see what chunks it already has (if you face error or sth, and you want to come back and don't have to start over, just continue where it left off)

  • @zen-2846
    @zen-2846 Před 7 měsíci

    hallo, why i get this error and how i can solve it? PermissionError: [Errno 13] Permission denied: 'data_base.xlsx'

  • @leoncezammit2502
    @leoncezammit2502 Před 7 měsíci

    Im really struggling to get this working, would i be able you to send you my output log ?

  • @positivevibe142
    @positivevibe142 Před 8 měsíci

    ما شاء الله تبارك أخ محمد .... شكراً لك

  • @cstechnique
    @cstechnique Před 9 měsíci

    wow , Your content is truly in-depth and engaging amidst the sea of mundane Python fundamental videos. I really look forward to seeing more in-depth Python content from you, but you should consider releasing videos in a higher resolution than 1080p.

  • @hrishikeshnamboothiri.v.n2195

    try to include its requirements.txt also... Thanks

  • @bootneck2222
    @bootneck2222 Před 9 měsíci

    Great video. Thank you. Can the output be displayed on screen whilst it is processing?

  • @lawrencemedina5593
    @lawrencemedina5593 Před 9 měsíci

    conda activate open_chatting does not work on my computer. "EnvironmentNameNotFound: Could not find conda environment: open_chatting You can list all discoverable environments with `conda info --envs`."

    • @masteringpython
      @masteringpython Před 9 měsíci

      install conda toolkit then create an environment called open_chatting by typing : conda create --name open_chatting after that install the libraries that i mentioned in the video then run the code

  • @alimoustaphanour7619
    @alimoustaphanour7619 Před 10 měsíci

    Hello canu you please share the code now

  • @ghulamshabbir9532
    @ghulamshabbir9532 Před 10 měsíci

    do this work offline ?

  • @r.dragon3763
    @r.dragon3763 Před 10 měsíci

    Thanks man, this seems really cool! Unfortunately I am getting this error when I set up conda and try to run your code: OSError: [WinError 1314] A required privilege is not held by the client: 'C:\\Users\ agha\\.cache\\huggingface\\hub\\models--speechbrain--spkrec-ecapa-voxceleb\\snapshots\\5c0be3875fda05e81f3c004ed8c7c06be308de1e\\hyperparams.yaml' -> 'C:\\Users\ agha\\.cache\\torch\\pyannote\\speechbrain\\hyperparams.yaml' Does anyone have an idea on how to deal with this? I registered on hugging face and I am using my access token and I think I installed all of the required dependencies

  • @enriqueleonmacias249
    @enriqueleonmacias249 Před 10 měsíci

    Wow, the transcript takes like two times the duration of the file to process. I guess that this solution wouldn’t work to monitor hours of call recordings unless you use gpu servers.

    • @masteringpython
      @masteringpython Před 10 měsíci

      it is recomended to use cuda ( nvidia gpu ) for speed cpu is very slow

  • @bwheldale
    @bwheldale Před 10 měsíci

    I tried to translate to english unfortunately I could not find a free service

    • @bwheldale
      @bwheldale Před 10 měsíci

      I should have looked further. Openai Whisper is my solution to translate though its another task but a fun project and not too difficult.

  • @souheilabouchelouche607
    @souheilabouchelouche607 Před 11 měsíci

    Thanks, whould you share the source code

  • @ahmedabderrazak1334
    @ahmedabderrazak1334 Před 11 měsíci

    شكرا على المقطع

  • @ThePikkutyyppi
    @ThePikkutyyppi Před 11 měsíci

    can i use this program to split speakers to their own files? or is this only for transcription

  • @alimoustaphanour7619
    @alimoustaphanour7619 Před 11 měsíci

    is the data saved in a database?

    • @masteringpython
      @masteringpython Před 11 měsíci

      i stored the data in a simple excel sheet in this application i focused on how to speaker verification, but it is easy to create a database

  • @alimoustaphanour7619
    @alimoustaphanour7619 Před 11 měsíci

    Very helpful we are waiting for the code

    • @masteringpython
      @masteringpython Před 11 měsíci

      thanks, when i reached 100 subs i will share with you the source code

    • @Suchit_Plays07
      @Suchit_Plays07 Před 3 měsíci

      @@masteringpython man this code is not working

  • @ryanschwartz3340
    @ryanschwartz3340 Před rokem

    nice video. Is the repo hard-coded to your directory structure? when I tried to change it, it said the format wasn't recognized

  • @user-ej4ol8zv9y
    @user-ej4ol8zv9y Před rokem

    does this model work on languages other than English?

    • @masteringpython
      @masteringpython Před 11 měsíci

      onely english

    • @PaweDuzy
      @PaweDuzy Před 5 měsíci

      @@masteringpython Only english? What is I change model = whisper.load_model("small.en") to "small"? Acording to Whisper github documentation.

  • @mouadlehreche967
    @mouadlehreche967 Před rokem

    شرح رائع شكرا

  • @billelabdou54
    @billelabdou54 Před rokem

    Good job jeraya!!!🎉🎉🎉🎉

  • @NIGHTMARENEXUS-is1ug

    ❤❤

  • @patoyrigoyen
    @patoyrigoyen Před rokem

    Does this need GPU?

    • @masteringpython
      @masteringpython Před rokem

      in this video i did not used GPU, but if you want to use it read the pyannote documentation

  • @NIGHTMARENEXUS-is1ug

    🤩

  • @user-pn8co8gu3i
    @user-pn8co8gu3i Před rokem

    شكرا على المقطع تستاهل لايك

  • @Yacine_zaki_abderrazzak

    Thanks man, you deserve the best

  • @user-zz3iv1qz6v
    @user-zz3iv1qz6v Před rokem

    Thanks for the demo. I am getting the following error, even while using your audio.mp3 file: end = int(millisec(j[3])) return (int)((int(spl[0]) * 60 * 60 + int(spl[1]) * 60 + float(spl[2])) * 1000) ValueError: invalid literal for int() with base 10: ''

    • @user-zz3iv1qz6v
      @user-zz3iv1qz6v Před rokem

      @mamido mami Yes, I did that, still getting the same error

    • @auflute
      @auflute Před rokem

      same problem

    • @user-uy7fc3sf8x
      @user-uy7fc3sf8x Před rokem

      same problem

    • @jbatista2008
      @jbatista2008 Před 11 měsíci

      From the error message and the code, it seems that the error is happening because the millisec function is trying to convert an empty string to an integer. The millisec function splits a time string, given in the format "hh:mm:ss.sss", into hours, minutes, and seconds, and then converts these components to milliseconds. Here is an example of the string being parsed: ['[', '00:00:00.998', '-->', '', '00:00:20.622]', 'G', 'SPEAKER_01'] When this loop runs, it returns an empty 'end' string: for l in range(len(k)): j = k[l].split(" ") start = int(millisec(j[1])) end = int(millisec(j[3])) The array position you want for 'end' is 4, not 3. Plus, it has a ']' symbol, so it must be cleaned up: for l in range(len(k)): j = k[l].split(" ") start = int(millisec(j[1].rstrip(']'))) # remove trailing ']' end = int(millisec(j[4].rstrip(']'))) # remove trailing ']'

  • @Hirotodoroki
    @Hirotodoroki Před rokem

    trying to run this but getting File contains data in an unknown format. tried several files and tried a wav file too, but no luck

    • @masteringpython
      @masteringpython Před rokem

      I advise you to use python anaconda to create development environment .Then install whisper openai ,after installing this library run a simple test to check if everything works correctly .Then install pyannote library and also run a simple test ( read carefully the installation guides maybe you missed something while installing the library)

    • @nadeembaig5943
      @nadeembaig5943 Před měsícem

      @Hirotodoroki were you able to resolve the error (File Contains data in Unknown Format)?

  • @Yacine_zaki_abderrazzak

    Thank you for your hard work

  • @souheilabouchelouche607

    شكرا على الشرحات

  • @ameurbouchelouche1385

    Cool thanks 👍