Şimdi Ara

Ücretsiz ASP.NET Core MVC Eğitim Videolarım

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
9
Cevap
0
Favori
369
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
1 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • Arkadaşlar hazırladığım ders videolarını ücretsiz şekilde Youtube kanalımda paylaşıyorum.


    Videolar dersin tamamını kapsıyor.


    Bir ders oynatma listesini izleyerek o dersi komple öğrenebilirsiniz.


    Ayrıca öğrencilerin sorularını cevaplayan videolarda çekiyorum.


    Kanalın ismi : SECourses


    youtube
    Hello everyone. My name is Furkan Gözükara and I am a PhD Computer Engineer from Turkey. This channel will be dedicated to the Software Engineering Courses (SE Courses) such as Introduction to Programming, Advanced Programming, Object Oriented Programming, Machine Learning, Security of Information Systems, and such. You can see my linked in profile from : https://www.linkedin.com/in/furkangozukara Our official discord channel where you can ask questions : https://discord.gg/rfttctFewW The web based MMORPG game that I develop MonsterMMORPG : https://www.monstermmorpg.com
    https://www.youtube.com/c/SECourses


    ASP.NET Core 5 MVC dersinin oynatma listesi :

    youtube
    Asp.NET Core V5 - MVC Pattern - Bootstrap V5 - Responsive Web #Programming with C# Full Course
    https://www.youtube.com/playlist?list=PL_pbwdIyffsnAWtgk4ja3HN3xgMKF7BOE

    Alt yazılar çok büyük oranda doğru. Daha da mükemmel hale getirmeyi planlıyorum İnşaallah bu dönem.


    Ayrıca öğrencilerin isteği üzerine yeni hazırladığım son 2 ASP.NET MVC ders videolarının linklerini de bırakıyorum



    youtube
    In this video (4K ultra-HD – English language); we are doing client-server-based #programming to build our simple online game application. For client-side we...
    https://www.youtube.com/watch?v=MFk6x-r6HEw&feature=youtu.be


    youtube
    You can watch the video with manually written English subtitles.I recorded this video upon the request of one of my follower students. His ASP .NET Core 6 We...
    https://www.youtube.com/watch?v=9xoIEbVdiZc&feature=youtu.be







  • Teşekkürler

    < Bu ileti Android uygulamasından atıldı >
  • Rica ederim


    Open AI tarafından yeni yayınlanan Whisper modeli için de video hazırladım


    Mükemmele yakın şekilde sesi yazıya dönüştürüyor


    99 dil desteği var ve bu dillerden otomatik İngilizceye çeviri de yapabiliyor


    Altyazı üretmek için gerçekten mükemmel olmuş



    Software Engineering Courses - SE Coursesyoutube
    If you want to transcribe your videos and audio into text for free but with high quality, you have come to the correct video. In this tutorial video, I will guide you on how to use #OpenAI #Whisper model. I will show you how to install and run Open AI's Whisper from scratch. I will demonstrate to you how to convert audio/speech into text. Whisper is a general-purpose speech recognition model released for free by Open AI. I claim that Whisper is the best available Speech-to-Text model (Natural Language Processing - #NLP) released to public usage including premium paid ones such as Amazon Web Services, Microsoft Azure Cloud Platform, or Google Cloud API. And Whisper is free to use. I will show you how to install the necessary Python code and the dependent libraries. I will show you how to download a video from YouTube with YT-DLP, how to cut certain parts of the video with LosslessCut, and how to extract the audio of a video with FFMPEG. I will show you how to do a transcription of a video or a sound. I will show you how to generate subtitles for any video. Finally, I will show you how to generate translated transcription and subtitles of any language video. With the translation feature of the Whisper model, you can watch any language (Whisper supports 99 languages) with English subtitles. Let's say you can find English subtitles for your favorite video in German or Japanese or Arabic. It is not a problem. Just follow my tutorial and generated English translated subtitles. Actually, to be precise, Whisper is able to transcribe speech to text in all the following languages, and therefore, translation of these following languages into English: {af,am,ar,as,az,ba,be,bg,bn,bo,br,bs,ca,cs,cy,da,de,el,en,es,et,eu,fa,fi,fo,fr,gl,gu,ha,haw,hi,hr,ht,hu,hy,id,is,it,iw,ja,jw,ka,kk,km,kn,ko,la,lb,ln,lo,lt,lv,mg,mi,mk,ml,mn,mr,ms,mt,my,ne,nl,nn,no,oc,pa,pl,ps,pt,ro,ru,sa,sd,si,sk,sl,sn,so,sq,sr,su,sv,sw,ta,te,tg,th,tk,tl,tr,tt,uk,ur,uz,vi,yi,yo,zh,Afrikaans,Albanian,Amharic,Arabic,Armenian,Assamese,Azerbaijani,Bashkir,Basque,Belarusian,Bengali,Bosnian,Breton,Bulgarian,Burmese,Castilian,Catalan,Chinese,Croatian,Czech,Danish,Dutch,English,Estonian,Faroese,Finnish,Flemish,French,Galician,Georgian,German,Greek,Gujarati,Haitian,Haitian Creole,Hausa,Hawaiian,Hebrew,Hindi,Hungarian,Icelandic,Indonesian,Italian,Japanese,Javanese,Kannada,Kazakh,Khmer,Korean,Lao,Latin,Latvian,Letzeburgesch,Lingala,Lithuanian,Luxembourgish,Macedonian,Malagasy,Malay,Malayalam,Maltese,Maori,Marathi,Moldavian,Moldovan,Mongolian,Myanmar,Nepali,Norwegian,Nynorsk,Occitan,Panjabi,Pashto,Persian,Polish,Portuguese,Punjabi,Pushto,Romanian,Russian,Sanskrit,Serbian,Shona,Sindhi,Sinhala,Sinhalese,Slovak,Slovenian,Somali,Spanish,Sundanese,Swahili,Swedish,Tagalog,Tajik,Tamil,Tatar,Telugu,Thai,Tibetan,Turkish,Turkmen,Ukrainian,Urdu,Uzbek,Valencian,Vietnamese,Welsh,Yiddish,Yoruba} The links and the commands I have shown in the video below: Open AI Whisper : https://openai.com/blog/whisper/ Whisper Code : https://github.com/openai/whisper Python : https://www.python.org/downloads/release/python-399/ Whisper install : pip install git+https://github.com/openai/whisper.git How to install CUDA support for using GPU when doing transcription of audio : First, delete existing Pytorch : pip3 uninstall torch Then install Pytorch with CUDA support : pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 FFMPEG : https://github.com/BtbN/FFmpeg-Builds/releases LosslessCut : https://github.com/mifi/lossless-cut/releases How to extract sound of any video with FFMPEG : ffmpeg -i "test_video.webm" -q:a 0 -map a test_video**** How to transcribe an English video : whisper "C:\speech to text\test_video****" --language en --model base.en --device cpu --task transcribe How to transcribe an English video with CUDA support : whisper "C:\speech to text\test_video****" --language en --model base.en --device cuda --task transcribe How to transcribe a Turkish video : whisper "C:\speech to text\test_video****" --language tr --model base.en --device cpu --task transcribe How to transcribe a Turkish video with translation : whisper "C:\speech to text\test****" --language tr --model small --device cuda -o "C:\speech to text" --task translate Our Discord for SECourses : https://discord.gg/rfttctFewW If you are interested in programming but you lack experience and skills I suggest you watch our playlists: https://www.youtube.com/c/SECourses/playlists [1] Introduction to Programming Full Course with C# playlist [2] Advanced Programming with C# Full Course Playlist [3] Object Oriented Programming Full Course with C# playlist [4] Asp.NET Core V5 - MVC Pattern - Bootstrap V5 - Responsive Web Programming with C# Full Course Playlist [5] Artificial Intelligence (AI) and Machine Learning (ML) Full Course with C# Examples playlist [6] Software Engineering Full Course playlist [7] Security of Information Systems Full Course playlist
    https://www.youtube.com/watch?v=msj3wuYf3d8&feature=youtu.be
  • Evet hocam egitimlerinizi inceledim. Fakat sanki biraz daha böyle programlama 1 dersi tarzında içerikler de ekleyebilirseniz mükemmel olur malum ülkenin daha temelden programlama eksiği var . Çok yalın ve güzel anlatıyorsunuz. Bir öğrenci olarak faydalı içerikler için çok teşekkür ederim.

    < Bu ileti Android uygulamasından atıldı >
  • Evet o içeriğim var


    şimdi 1. ders programlamaya giriş oynatma listesi (1. dönem yazılım mühendisliği öğrencileri alıyor) :



    https://www.youtube.com/playlist?list=PL_pbwdIyffskoSXySh0MdiayPJsBZ7m2o



    youtube
    Introduction to Programming Full Course with C#
    https://www.youtube.com/playlist?list=PL_pbwdIyffskoSXySh0MdiayPJsBZ7m2o


    2. ders advanced programming dersi (2. dönem yazılım mühendisliği öğrencileri alıyor) :



    https://www.youtube.com/playlist?list=PL_pbwdIyffslHaBdS3RUW26RKzSjkl8m4



    youtube
    Advanced topics of programming and database manipulation with C# programming language. This course is the continuation of Introduction to Programming with C#...
    https://www.youtube.com/playlist?list=PL_pbwdIyffslHaBdS3RUW26RKzSjkl8m4


    3. ders object oriented programming dersi (3. dönem yazılım mühendisliği öğrencileri alıyor) :



    https://www.youtube.com/playlist?list=PL_pbwdIyffsnH3XJb66FDIHh1yHwWC26I




    youtube
    Object Oriented Programming Full Course with C#
    https://www.youtube.com/playlist?list=PL_pbwdIyffsnH3XJb66FDIHh1yHwWC26I


    Birde bizim bir farkımız yazılım mühendisleri ve yazılım mühendisliği öğrencilerinin çoğunlukta olduğu, her türlü yazılım sorusu sorabileceğiniz discord kanalımız olması


    Bende kanalda sorulan sorulara cevap veriyorum :




    discord
    Join the Software Engineering Courses (SECourses) Discord Server!
    https://discord.com/invite/rfttctFewW



    < Bu mesaj bu kişi tarafından değiştirildi SECourses -- 25 Eylül 2022; 1:52:38 >




  • güzel olmuş  

  • Harika hocam discordunuza da geliyorum :)

    < Bu ileti Android uygulamasından atıldı >
  • Teşekkürler.


    Yeni videomuz da yayında arkadaşlar.



    Software Engineering Courses - SE Coursesyoutube
    In this #educational #tutorial video, I am going to code a .NET Core C# #WPF application to automate any application, library, third-party EXEs and such apps through #CMD (Command Prompt) commands. For example latest #OpenAI's Speech Text transcribing model Whisper or ImageMagick image processing application. I have prepared this video for one of our dear followers Tokyo Family. You can also make a comment and ask for the topics that you want to be covered. As long as the application that you want to automate supports CMD commands, you can easily fully automate it through a #CSharp application. For example, I used such library automation in my thesis project when using the SVM library LIBSVM for automated testing, parameter tuning, and experimenting. As another example, I have used CMD automation for #batch #processing images for my web-based game https://www.PokemonPets.com and https://www.MonsterMMORPG.com. I have converted all of the images into .webp format and also did image resize operations for the game's needs. With command line manipulation, basically, you can use any third-party application without even needing to add their reference to your application. Moreover, with a .NET console application, you can do this automation in any of the major operating systems such as Linux, Windows, and macOS. I also not only show how to automate third-party applications but also how to pick a folder, and the logic of using enumerations for multiple settings, choices, and options. The source code repository of the program : https://github.com/FurkanGozukara/Automation-of-any-Third-Party-Applications-and-Libraries-Through-CMD-Commands Moreover, we cover the following #howto topics: * How to iterate through #Enum * How to use Enum for options and use in #ComboBox * How to do multi-threaded #programming with Parallel.Foreach * How to start a certain number of tasks/threads/processes simultaneously at a time with ParallelOptions and MaxDegreeOfParallelism * How to do #multithreading programming synchronization with Interlocked * How to pick a folder with FolderBrowserDialog * How to select a file with OpenFileDialog * How to write extensions for Enum * How to design the application in a sub task-based way so that the application's interface do not freeze and it stays responsive while working We have manually corrected the subtitles for the video so watch the tutorial with subtitles on if you have a hard time understand Please join Our Discord server for asking questions and have discussions: https://discord.gg/rfttctFewW Please follow us on Twitter: https://twitter.com/SECourses Please follow us on Facebook: https://www.facebook.com/OfficialSECourses If you are interested in programming our playlists will teach you how to program and code from scratch: https://www.youtube.com/c/SECourses/playlists [1] Introduction to Programming Full Course with C# playlist [2] Advanced Programming with C# Full Course Playlist [3] Object Oriented Programming Full Course with C# playlist [4] Asp #NETCore V5 - MVC Pattern - Bootstrap V5 - Responsive Web Programming with C# Full Course Playlist [5] Artificial Intelligence (AI) and Machine Learning (ML) Full Course with C# Examples playlist [6] Software Engineering Full Course playlist [7] Security of Information Systems Full Course playlist
    https://www.youtube.com/watch?v=dP53wzLwqMA
  • 
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.