Tutorial 11- How To Deploy End To End ML Projects In Production AWS Cloud Using CI CD Pipeline

Поділитися
Вставка
  • Опубліковано 20 сер 2024

КОМЕНТАРІ • 65

  • @krishnaik06
    @krishnaik06  Рік тому +10

    Prerequisites Docker Video To check
    ua-cam.com/video/8vmKtS8W7IQ/v-deo.html

  • @svitlanatuchyna7154
    @svitlanatuchyna7154 2 місяці тому

    This is an incredible lesson! I haven't seen anyone on UA-cam doing videos of the same quality about deployment. So clear and easy to understand. Thank you a lot!!!

  • @mrrobot1151
    @mrrobot1151 Рік тому +1

    i don't recall if any other youtuber has done this.. kudos to krish

  • @pritambhakta5153
    @pritambhakta5153 Рік тому +4

    Awesome Sir ...Thanks
    Sir,Can you please make one project with batch prediction and deployment with schedule and monitoring tools
    This will be very helpful for all the fresher and experienced candidates

  • @SuryaSaithana-ue1dq
    @SuryaSaithana-ue1dq 8 днів тому

    My ML XP
    Before finding this channel: 500
    After finding this channel: 50000 and counting…

  • @sushantgarudkar211
    @sushantgarudkar211 6 місяців тому

    So elegant, So beautiful this series is like a wow! 😉 Thanks a lot for this!

  • @BananaPieGaming
    @BananaPieGaming Рік тому +4

    These videos are wonderful. Will there be any content on model monitoring and continuous retraining? That would be an incredible addition to this series

  • @sawfhsawfh2024
    @sawfhsawfh2024 Рік тому

    Thank you so much Mr.Krish for share video for iNeuron student

  • @user-jt6qn4zp9d
    @user-jt6qn4zp9d 6 місяців тому

    Thank you Krish, Be Happy

  • @aviralwalia
    @aviralwalia Місяць тому

    Thanks Alot

  • @DSlayer007
    @DSlayer007 Рік тому +1

    Yes we want a video on GitHub actions

  • @nosaadel99
    @nosaadel99 5 місяців тому

    You are the best!!!

  • @4726gaurav
    @4726gaurav Рік тому +1

    Very Good series Krish . It would be great if you will add mlflow .
    .

  • @shubhamsongire6712
    @shubhamsongire6712 Рік тому

    Thank you sir for the tutorial.

  • @bevansmith3210
    @bevansmith3210 5 місяців тому

    Krish you are amazing

  • @seemanshushukla4990
    @seemanshushukla4990 Рік тому

    thank you sir for making such an amazing contents ❤

  • @rohitkochikkatfrancis
    @rohitkochikkatfrancis Рік тому +1

    PLEASE DO A COMPLETE VIDEO ON HOW TO
    1. Load data
    2. Exploratory data analysis
    3. Data preprocessing like feature encoding, scaling, (numerical and categorical) with pipeline, sampling the target, using PCA
    4. Classification using traditional machine learning
    5. Classification using neural network
    Please do one video with all these together. With Target feature being a categorical variable.
    WOULD MEAN THE WORLD TO A LOT OF US TO UNDERSTAND MACHINE LEARNING PROPERLY WITH ALL THESE METHODS

    • @kushanuvyas
      @kushanuvyas Рік тому

      He has made multiple playlists on the channel regarding the same

    • @rohitkochikkatfrancis
      @rohitkochikkatfrancis Рік тому +1

      @@kushanuvyas There's no clear order to it. Hence why i asked him to do a video that covers all these things, so that a beginner can clearly understand the flow of things.

  • @anamtaamin6135
    @anamtaamin6135 9 місяців тому +1

    Need video on Github Actions sir, Thank you.

  • @adityahpatel
    @adityahpatel Рік тому

    Your efforts and passion for teaching are amazing. thanks. can you please make videos on github actions and CICD pipelines on a more detailed level?

  • @arkxv9736
    @arkxv9736 Рік тому +3

    Sir Still We are Not received Our reimbursment Of Rajasthan IT Day Hackthon...😢

  • @kocatulum
    @kocatulum 6 місяців тому

    Great video. To make the container actually predict without error I needed to change the requirements.txt with the following: scikit-learn==1.2.1

    • @sebisamuel2605
      @sebisamuel2605 6 місяців тому +1

      Hey I was literally stuck with the same issue and was wrecking my brains over it. Thanks a lot!! You solved it!!

  • @feras6471
    @feras6471 11 місяців тому

    Thanks

  • @itsamankumar403
    @itsamankumar403 21 день тому

    22:54

  • @rayyanshaikh4277
    @rayyanshaikh4277 4 місяці тому +1

    For anyone getting 'Waiting for a runner to pick up this job...' error in continuous deployment, update runs-on: self-hosted to runs-on: ubuntu-latest in continuous deployment in main.yaml file, it works like a charm.

    • @davidetesti979
      @davidetesti979 2 місяці тому

      do u mind sharing the full main.yaml file? PLEASE, I followed all the classes and I watched the videos over and over and still I can not fix it. It doesnt work to me. I get issues also bcs of "Node.js 16 actions are deprecated."

    • @davidetesti979
      @davidetesti979 2 місяці тому

      my bad solved

    • @rajavardhanreddy2648
      @rajavardhanreddy2648 Місяць тому

      @@davidetesti979 I am facing similar issue... and Continous Delivery is failing with "name unknown: The repository with name '***' does not exist in the registry with id '***'". I checked multiple times but no luck. Can I get help from you or someone

  • @insaneclutchesyt948
    @insaneclutchesyt948 Рік тому +1

    can you please make a video on how to deploy using vercel deployment please ..

  • @asieharati
    @asieharati Рік тому +2

    Thank you very much Krish. The yaml file you used is not exactly the one from Github actions. Can you please make a video about how you customized it?

    • @lenovo57787
      @lenovo57787 3 місяці тому

      He can't because he doesn't really understand the code.

  • @Mjj588
    @Mjj588 Рік тому +7

    I am writing to express my disappointment regarding the reimbursement promise made during the Hackathon event that I participated in Rajasthan. As per the agreement, it was promised that the traveling expenses would be reimbursed, but unfortunately, I have not received any reimbursement to date.

  • @harshitkedia2204
    @harshitkedia2204 Місяць тому

    If your Dockerfile does not include any apt-get install commands, then running apt-get update alone has no practical effect. The apt-get update command updates the list of available packages and their versions, but without subsequently installing or upgrading any packages using apt-get install or apt-get upgrade, the update is unnecessary.
    Therefore, in a Dockerfile that does not use apt-get install, you can safely omit apt-get update as well.

  • @user-ti8sz5ps7r
    @user-ti8sz5ps7r Рік тому +1

    Complete video on CI CD using AWS? any Video?

  • @sameerulhaq4066
    @sameerulhaq4066 Рік тому +1

    Hi sir can you make a video òn if we want to deploy a prediction model and wè also want to create visualisation automatically based on the data input by the usèr how can we do that.

  • @darshanrokkad5216
    @darshanrokkad5216 7 місяців тому

    thank you so much sir

  • @olabintanibraheem8111
    @olabintanibraheem8111 Рік тому

    Thanks Sir

  • @digvijayyadav4168
    @digvijayyadav4168 Рік тому +1

    Please could you make same video with respect to GCP

  • @osikoyaadeola2530
    @osikoyaadeola2530 Рік тому

    Thank you so much

  • @ravichandrcs5813
    @ravichandrcs5813 Рік тому +1

    sir, live machine learning notes are not available .
    can you re upload it in community

  • @amoghkini2900
    @amoghkini2900 Рік тому

    Hi Krish, can you please show the demo of adding unit testing in CICD pipeline

  • @tahaa1994
    @tahaa1994 Рік тому

    thank you krish can you upload a video for environments that is offline (the internet is not allowed). CI/CD

  • @ameliemedem1918
    @ameliemedem1918 11 місяців тому

    Thanks a lot Krish for this once again amazing tutorial!
    Please, I have a question: where can we find the logs of the app running in AWS?
    I have an "Internal Server Error" when I try to run my deployed App; It's impossible to debug without access to the logs

  • @reza6130
    @reza6130 Рік тому

    Hi, Are there any books, tools or resources that specifically focus on MLOps on the edge (with unstable Internet connectivity). For example resources that focus on model deployment, data collection, continuous training of models on the edge ?
    A lot of the MLOps books and resources I have seen focus on the general machine learning use cases (e.g model stores, feature stores, batch vs stream etc ). Also most of the tools that I have seen work when the product is deployed on the cloud. I have rarely seen tools and system design approaches for Deep learning and computer vision on the edge.

  • @dharmik_92
    @dharmik_92 3 місяці тому

    Krish Sir where is github action video?

  • @anuroopdas8651
    @anuroopdas8651 8 місяців тому +1

    Still didnt understand how you create github workflow after pushed to docker hub

  • @Feverr-lyrics
    @Feverr-lyrics Місяць тому

    Sir can i deploy it in hugging face using docker

  • @swL1941
    @swL1941 Рік тому +1

    Can I do all this in amazon free tier ?? Before practicing I want to be sure that no money would be deducted. Kindly guide sir. @Krish Naik

    • @KokkeOP
      @KokkeOP Рік тому

      I notice he used a t2.medium tier. Was it posible for you to build it up on free tier?

  • @user-bo9jo3nn6e
    @user-bo9jo3nn6e Рік тому

    hi krish is it possible to deploy custom yolo5 model with this??

  • @NiharTripathi
    @NiharTripathi 23 дні тому

    Run docker pull ***/***:latest
    Error response from daemon: repository ***/*** not found: name unknown: The repository with name '***/***' does not exist in the registry with id '***'
    Error: Process completed with exit code 1.
    Can someone please help me with this error, I tried debugging it and looking for solution online but I sill couldn't

  • @CARevanthkumar
    @CARevanthkumar Рік тому

    Hi sir my question is how to make lensa app?

  • @anirudhsridhar7900
    @anirudhsridhar7900 Рік тому +1

    Hey Krish stuck in continuous deployment for more than 2 hrs Please help

    • @anirudhsridhar7900
      @anirudhsridhar7900 Рік тому

      this is what it shows Waiting for a runner to pick up this job...
      and it only runs if aws ec2 instance is running and listening

    • @siddharthtyagi1254
      @siddharthtyagi1254 Рік тому

      @@anirudhsridhar7900 have you successfully installed docker in the instance ? i am getting an error

  • @sahilansari1045
    @sahilansari1045 Рік тому +1

    kisiko kuchh samajhme aya kya?

  • @hiteshpatil51
    @hiteshpatil51 5 місяців тому

    bhau marathit ekhad video banava

  • @rushikesh8132
    @rushikesh8132 Рік тому

    Guys anyone knows if everything done here is free ?

  • @sawfhsawfh2024
    @sawfhsawfh2024 Рік тому

    Thank you so much Mr.Krish for share video for iNeuron student