Mastering Python
Mastering Python
  • Видео 19
  • Просмотров 38 150
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
Просмотров: 56

Видео

Text To Image Generator [ Python | Deep Learning ]
Просмотров 1604 месяца назад
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 ]
Просмотров 1544 месяца назад
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 )
Просмотров 1,6 тыс.4 месяца назад
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 : ruclips.net/video/9nkz0yxqesI/видео.html PEP 703 - Making...
AI Python Code Generator Application ( text to code free )
Просмотров 6474 месяца назад
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
Просмотров 2004 месяца назад
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
Просмотров 7 тыс.5 месяцев назад
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 )
Просмотров 1,5 тыс.Год назад
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 : ruclips.net/video/3ywZjnjeAO4/видео.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
Просмотров 7 тыс.Год назад
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
Просмотров 728Год назад
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
Просмотров 237Год назад
هذا المقطع هو إستخدام ل Pyannote-embedding Model في تطبيق Speaker Recognition التعرف على المتحدث من خلال الصوت. إدعمني بالإشتراك فالقناة. شكرا ♥️♥️ part 1 : ruclips.net/video/a8GvTYaLsKc/видео.html part 2 : ruclips.net/video/Qkwh8v3RXlU/видео.html Github source code link : github.com/Mastering-Python-GT/Speaker_Recognition_pyannote Github pyannote toolkit link : github.com/pyannote/pyannote-aud...
[ARABIC] Speaker Recognition using Pyannote | PART 2
Просмотров 204Год назад
هذا المقطع هو تصميم ل Speaker Recognition Application التعرف على المتحدث من خلال الصوت. إدعمني بالإشتراك فالقناة. شكرا ♥️♥️ part 1 : ruclips.net/video/a8GvTYaLsKc/видео.html part 3 : ruclips.net/video/DGAOzwGe9ag/видео.html Github source code link : github.com/Mastering-Python-GT/Speaker_Recognition_pyannote Github Customtkinter library : github.com/TomSchimansky/CustomTkinter Customtkinter Doc...
[ARABIC] Speaker Recognition using Pyannote | PART 1
Просмотров 488Год назад
هذا المقطع هو demo لتطبيق Speaker Recognition التعرف على المتحدث من خلال الصوت. إدعمني بالإشتراك فالقناة. شكرا ♥️♥️ part 2 : ruclips.net/video/Qkwh8v3RXlU/видео.html part 3 : ruclips.net/video/DGAOzwGe9ag/видео.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 : hu...
transcription and speaker identification OpenAI-Whisper and Pyannote [Python]
Просмотров 16 тыс.Год назад
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] | المتغيرات
Просмотров 47Год назад
Python variables [beginners] | المتغيرات
How python works [beginners] | طريقة عمل البايثن
Просмотров 60Год назад
How python works [beginners] | طريقة عمل البايثن
Introduction to Python [beginners] | مقدمة للغة البرمجة بايثن
Просмотров 65Год назад
Introduction to Python [beginners] | مقدمة للغة البرمجة بايثن
Python [beginners] : setting up the programming environment | إعداد البرامج لبداية مسيرتنا فالبرمجة
Просмотров 98Год назад
Python [beginners] : setting up the programming environment | إعداد البرامج لبداية مسيرتنا فالبرمجة

Комментарии

  • @ginocote
    @ginocote 4 дня назад

    Thank you but but what's funny is that the audio of this video is bad

  • @sakibzaman7719
    @sakibzaman7719 6 дней назад

    is it working on any other language?

  • @yurimarcon
    @yurimarcon 12 дней назад

    So tks. You solve my problem!!!

  • @cristerronaldosuwy7171
    @cristerronaldosuwy7171 19 дней назад

    hello

  • @06pratibha
    @06pratibha Месяц назад

    poorly explained, what the requirement how to excute nothing mentioned in the video, git repo is also not documented, no readme no instructions

  • @amlhassan2739
    @amlhassan2739 2 месяца назад

    great job!

  • @bhuvneshsaini93
    @bhuvneshsaini93 2 месяца назад

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

  • @JL-1735
    @JL-1735 3 месяца назад

    Ai generate crap

  • @kmillanr
    @kmillanr 4 месяца назад

    no code in video

  • @kodeng6333
    @kodeng6333 4 месяца назад

    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 4 месяца назад

      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 4 месяца назад

      @@masteringpython its not about complexity

  • @AmirWassim-yi9nd
    @AmirWassim-yi9nd 4 месяца назад

    That's was helpful

  • @WhiteShark010
    @WhiteShark010 4 месяца назад

    You have chance.

  • @Yacine_zaki_abderrazzak
    @Yacine_zaki_abderrazzak 4 месяца назад

    We need some people like you ❤❤❤

  • @djamelelzinne
    @djamelelzinne 4 месяца назад

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

  • @Yacine_zaki_abderrazzak
    @Yacine_zaki_abderrazzak 4 месяца назад

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

  • @Yacine_zaki_abderrazzak
    @Yacine_zaki_abderrazzak 5 месяцев назад

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

  • @Suchit_Plays07
    @Suchit_Plays07 6 месяцев назад

    there are so many errors in source code please resolve this

  • @Suchit_Plays07
    @Suchit_Plays07 6 месяцев назад

    Make video on how to run this code

  • @N2NCars
    @N2NCars 6 месяцев назад

    Audio 3 still can hear noises

    • @lostfromfaraway697
      @lostfromfaraway697 3 месяца назад

      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 7 месяцев назад

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

  • @alaoyghost
    @alaoyghost 7 месяцев назад

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

  • @chungrandy780
    @chungrandy780 7 месяцев назад

    Is there a colab version?

  • @muazzamakhtar6202
    @muazzamakhtar6202 8 месяцев назад

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

  • @ApparaoMulpuri-d6m
    @ApparaoMulpuri-d6m 10 месяцев назад

    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 10 месяцев назад

      chunks

    • @KamilKaczmarekSolutions
      @KamilKaczmarekSolutions 10 месяцев назад

      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 10 месяцев назад

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

  • @leoncezammit2502
    @leoncezammit2502 10 месяцев назад

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

  • @userrjlyj5760g
    @userrjlyj5760g 10 месяцев назад

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

  • @cstechnique
    @cstechnique Год назад

    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 Год назад

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

  • @lawrencemedina5593
    @lawrencemedina5593 Год назад

    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 Год назад

      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 Год назад

    Hello canu you please share the code now

  • @ghulamshabbir9532
    @ghulamshabbir9532 Год назад

    do this work offline ?

  • @r.dragon3763
    @r.dragon3763 Год назад

    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 Год назад

    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 Год назад

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

  • @bwheldale
    @bwheldale Год назад

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

    • @bwheldale
      @bwheldale Год назад

      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 Год назад

    Thanks, whould you share the source code

  • @ahmedabderrazak1334
    @ahmedabderrazak1334 Год назад

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

  • @ThePikkutyyppi
    @ThePikkutyyppi Год назад

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

  • @alimoustaphanour7619
    @alimoustaphanour7619 Год назад

    is the data saved in a database?

    • @masteringpython
      @masteringpython Год назад

      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 Год назад

    Very helpful we are waiting for the code

    • @masteringpython
      @masteringpython Год назад

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

    • @Suchit_Plays07
      @Suchit_Plays07 6 месяцев назад

      @@masteringpython man this code is not working

  • @ryanschwartz3340
    @ryanschwartz3340 Год назад

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

  • @EhsanEslahchi
    @EhsanEslahchi Год назад

    does this model work on languages other than English?

    • @masteringpython
      @masteringpython Год назад

      onely english

    • @PaweDuzy
      @PaweDuzy 8 месяцев назад

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

  • @mouadlehreche967
    @mouadlehreche967 Год назад

    شرح رائع شكرا

  • @billelabdou54
    @billelabdou54 Год назад

    Good job jeraya!!!🎉🎉🎉🎉

  • @NIGHTMARENEXUS-is1ug
    @NIGHTMARENEXUS-is1ug Год назад

    ❤❤

  • @patoyrigoyen
    @patoyrigoyen Год назад

    Does this need GPU?

    • @masteringpython
      @masteringpython Год назад

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

  • @NIGHTMARENEXUS-is1ug
    @NIGHTMARENEXUS-is1ug Год назад

    🤩

  • @mohamedhamoudah
    @mohamedhamoudah Год назад

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

  • @Yacine_zaki_abderrazzak
    @Yacine_zaki_abderrazzak Год назад

    Thanks man, you deserve the best