Tutorial 10- Deployment Of ML Application In Azure Cloud Using Github Actions

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

КОМЕНТАРІ • 54

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

    Krish .... ur videos are superb.... I learn a lot from you.

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

    Amazing Series With Respect ❤ 😊

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

    yes sir please make github actions playlist

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

    sir pls make a tutorial on github actions. I'm really loving this series and i'd rather learn it from you than someone else.

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

    Welcome back King of data science ❤

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

    Thank you very much sir for this industry level content.

  • @ransinghray3688
    @ransinghray3688 9 місяців тому

    Thanks Krish for such an awesome tutorial

  • @SrinivasS-yl5wk
    @SrinivasS-yl5wk 7 місяців тому

    Thank you so much for your efforts Krish! Love the content!!

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

    Very good video . Please create video on Github Action also

  • @MohamedElGhazi-ek6vp
    @MohamedElGhazi-ek6vp Рік тому

    it's so informative, thank you so much

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

    Hi Krish, please create a dedicated video on extensive use of Github actions for E2E model deployment

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

    Great dedication,
    thanks a lot

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

    Thanks alot for the informative video. Please make a video of using docker for code deployment in azure cloud

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

    Hi Krish, how can we dockerize the whole project ? Please make a video on that also , nice tutorial by the way

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

    Thank you so much for this video

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

    1000 Likes from my end:) I make sure I hit "Like" on each of your videos. We can at least do this for all the effort you put in teaching.
    I also wanted to know, if I create an account on Azure or AWS for deployment, will I be charged for deploying these practice projects? If yes, are there other ways we can deploy projects for free (Just for practice?)

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

    Thank you for sharing

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

    Krish ji, please make a video of CICD for ML Apps using Jenkins

  • @narendraparmar1631
    @narendraparmar1631 8 місяців тому

    Thanks Krish

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

    Sir 1000 likes completed 😊

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

    Thanks

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

    Thanks a lot sir for this Playlist 🙏
    I have watched till here ❤
    But not written code after 4 videos because of the venv , github, and installation errors of packages tried hardest to solve them but not able to
    If you can help in that regards 😊 😊

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

    Build a Cotton Price Prediction using ARIMA model end to end project. This is really very difficult project I can say. Let's do it.

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

    Hello @Krish nair sir, Can we have a vedio on code deployment directly via github. No azure/AWS

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

    Hi Krish, could you please create a playlist on polars library and how it is better than pandas in terms of speed?

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

    @Kirsh naik Sir can we deploy app with help of student free id in Azure

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

    App.run() work in Azure ? or need to give port also ? Also, in azure need to enter any startup command ?

  • @PARTHCHATURVEDI-s1e
    @PARTHCHATURVEDI-s1e Рік тому

    hii krish can you show how to train pipiline and predict pipeline with dotnet backend

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

    How to include all preprocessing steps in app.py using pickle. Please make a video on dataset contains missing, cat and num columns

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

    How much does azure charge if someone wants to keep the deployed project to showcase to the future employers or maintaining a portfolio? I've used heroku and streamlit free before, and curious about the advantages of azure over those platforms.

  • @KishanKumar-fd6on
    @KishanKumar-fd6on 8 місяців тому

    Hello Krish
    This video is very helpful. But this example is not working any more

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

    Why iNeuron stopped Live classes for Tech Neuron users ?

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

    Sir do we need to pay or enter credit card details in azure to deploy our project?

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

    Internal server error is showing.
    The app run smoothly in localhost but, when i deployed it in azure ,it is showing error

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

      I have the same problem right now. Did you find any solution? Thanks in advance

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

      I do have the same issue. Any solution??

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

      ​@@harshaks7605did you use the git LFS to push the model to the remote directory?

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

      Hi, I had the same issue.
      It turns out that I had the following line
      model_path = "artifacts\model.pkl
      in the predict function in predict_pipeline.py.
      Changing it to
      os.path.join("artifacts", "model.pkl")
      seemed to do the trick.
      The same applies for the preprocessor_path. I guess this is related to the different path definition ("/" "\") in Windows (my local machine) and Linux (Elastic Beanstalk).
      I hope this helps@@harshaks7605

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

    Hi Krish,
    I was wondering how to do audio classification with AVASpeech dataset which is for Speech-in-Noise vs Speech vs Speech-in-music, ...?
    Are there any repo's that you can point me towards which would help me with this?
    Thank you.

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

    sir can i give this as my final year project??

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

    Sir did you deploy using free plan or what

  • @zaidahmed4069
    @zaidahmed4069 9 місяців тому

    if we make changes in the repo code then the changes will automatically seen in the deployed app or do we need to redeploy the app??

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

    Can please do in GCP

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

    Has anyone gotten this to work? It functions properly on my local system, but when I deploy it on Azure, everything seems fine until I click 'predict' on the webpage. Then, I receive a 'server overloaded or error in application' message. Thx

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

    Hi Krish , I am getting internal server error . When i checked logs it says "No such file or directory: 'artifacts\\model.pkl'" . We haven't moved artifacts to github right , so how will our app unload that model.pkl ? I tried pushing artifacts folder also but still getting same error . Can you please us solve this ? Same thing I have faced in AWS EB deployment also .

    • @umerfarooq-ck3qn
      @umerfarooq-ck3qn Рік тому

      facing same error , if you find any solution kindly share

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

      Had a similar error in AWS. For me the solution was to use the os.path.join function to define the paths to the model and preprocessor pickle files instead of defining them explicitly. I guess the issue is related to the different path definition ("/" vs "\") in Windows (my local machine) and Linux (Elastic Beanstalk). I hope this helps

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

    Hi krish,
    I am getting internal server error after when I click on submit button in UI. But things are working fine in local.
    Can you please let me know if any solution to this.

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

      Had a similar error in AWS. For me the solution was to use the os.path.join function to define the paths to the model and preprocessor pickle files instead of defining them explicitly. I guess the issue is related to the different path definition ("/" vs "\") in Windows (my local machine) and Linux (Elastic Beanstalk). I hope this helps

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

      Hi, the solution that I found was to clearly defining the packages installed for the project in requirements.txt

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

    How to get job as a data science fresher please help

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

    Is it free ? or we have to pay anything to deploy ?