Model Deployment using FastAPI and MLFlow Model Registry | MLFLow2.0.1 | Part 3 |

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 49

  • @AshutoshTripathi_AI
    @AshutoshTripathi_AI  Год назад +3

    Model Serving using MLFlow model registry: ruclips.net/video/1EYVQGdXVOo/видео.html

  • @sivanagarajuboyina4617
    @sivanagarajuboyina4617 Год назад +1

    we actually need some good people like u....
    Thank you for explicitly explaining, each and everything with enormous patience.

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

      Thank you for the kind words. Always glad to know when videos do the job.

  • @krishj8011
    @krishj8011 3 месяца назад +1

    Awesome Tutorial...

  • @shwetabhat9981
    @shwetabhat9981 Год назад +6

    Your channel is a gem sir . Thank you for putting in so much of efforts . Helps a lot really !! 🙂

  • @uplifting_sounds
    @uplifting_sounds Год назад +1

    You have made great videos on this subject and i am subscribing to encourage you!

  • @mdfaiz4583
    @mdfaiz4583 4 месяца назад +1

    you are a gem

  • @sivasankarikrishnamoorthy6245
    @sivasankarikrishnamoorthy6245 Год назад +2

    Awesome explanation.Kindly make a video in
    CI/CD mlops in databricks.

  • @SaurabhYadav-cn6wd
    @SaurabhYadav-cn6wd Год назад +1

    Very insightful, keep making such videos 😊

  • @OmSingh-hp4ft
    @OmSingh-hp4ft 4 месяца назад +1

    The video is soo dam good u r a gem

  • @raniv6461
    @raniv6461 Год назад +1

    Thank you Ashutosh for creating the very useful video for beginners, I have a question, I am doing the model development under Databricks notebook and for registry I am using MLFlow, do i still need other tool for deployment to prod ?

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

      It depends. Using mlflow you can expose the model serving api and then it can be consumed in other applications. FastAPi is another way to create an api for the same.

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

    Hello, mlflow server in your case was local that you used in endpoint, what if i am usint a remote sever like dagshub, how will i take the Letest model automatically in my dagshub

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

    Grateful for your succinct and clear elucidation. Would you kindly provide the Git or Collab link pertaining to the remaining segment?

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

    Thank you so much for the tutorials. I have been following it closely, but now I am stuck with part 3. Facing some internal server error which I do not know how to fix.

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

    Btw why don't you do the inference directly in fastapi? Isn't it using mlflow endpoint adding overhead cost?

  • @BIZSURESH
    @BIZSURESH Год назад +1

    Very useful and u r great trainer... Your clear explanation makes better understanding sir. Pls how to create docker file and cotainer using mlflow registry artifcats.... 🙏🙏🙏🙏

  • @deepaksingh9318
    @deepaksingh9318 Год назад +1

    Video is very explained and good but git is missing code file for this one.

  • @kishorchandrasahu626
    @kishorchandrasahu626 9 месяцев назад +1

    Could you please help me to clarify these doubts?
    1. How to run the below command dynamically based on the model I want to use ?
    `mlflow models serve --model-uri models:/iris-classifier/Production -p 1234 --no-conda`
    2. How to automate the above process of picking the desired model and then starting the mlflow server?
    Thanks.

    • @AshutoshTripathi_AI
      @AshutoshTripathi_AI  9 месяцев назад

      You can use shell scripting and send the model uri as an argument or pass via command line

  • @RAKESHKUMARSINGH-tp7mk
    @RAKESHKUMARSINGH-tp7mk Год назад +1

    When do you plan to add flask application to this wonderful series?

    • @AshutoshTripathi_AI
      @AshutoshTripathi_AI  Год назад +1

      Very soon. Most probably the next video which is coming on Monday.

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

      Just uploaded the video on MLFlow model deployment using flask. You can check it here: ruclips.net/video/XZSiHpOoOR0/видео.html

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

    very informative videos.. Could you please share the code of fastAPI and Flask for model deployment? Thank you so much.

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

    fast api ask me to give token.....which token should I provide?

  • @aradhya_princess
    @aradhya_princess Год назад +1

    superb sir the way of explain each and evey point is awesome, i need one help from side sir , please create one project where u will be useing MLOPS(mlflow, DVC) and docker please sir
    request = ["humble_requset form my side 🤗🙏" for req in range(10000000000000000) ]
    print(request)

  • @rajvernekar8605
    @rajvernekar8605 Год назад +1

    Very informative. Can you create a video on how to use mlflow within databricks? Specifically, calling the model using curl and python api in databricks. Thanks!

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

    sir files are not present in the github, can you please check .

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

    what is invocations ?

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

    Cannot find any file on fastapi manual in the the github link...please reload the document in the github..thanks

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

      @ashutosh : Too good explanation. But can you upload this notebook

  • @sandeepsamant8783
    @sandeepsamant8783 Год назад +1

    Can you upload all the files on your github please?

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

      Hi Sandeep, you can download the files from the link below:
      ashutoshtripathi.com/2023/03/25/machine-learning-model-deployment-using-docker-container/

  • @akshaymitra9763
    @akshaymitra9763 Год назад +1

    sir where can i find the main and main2 python files?

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

      i will upload the files in GitHub and will share the link. You will find it in the description. Just give me 2 days, I came on vacation.

    • @sarthak7413
      @sarthak7413 Год назад +1

      @@AshutoshTripathi_AI where to get notebooks for deployment?

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

      @@sarthak7413 you can find the notebook link in the description.

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

      @@AshutoshTripathi_AI Can you please help me with exact file name.I am unable to locate it in github repo

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

      @@AshutoshTripathi_AI : They are not there in git hub link Ashutosh..