Deploy ML model in 10 minutes. Explained

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • Level up your Data Science to Machine Learning Engineering.
    Docker engine download: docs.docker.co...
    Repo with code from video: github.com/Dan...
    Study
    =====
    MACHINE LEARNING DEPLOYMENT INTO PRODUCTION ENVIRONMENT
    Course 1 (Intro in ML in prod): imp.i384100.ne...
    Course 2 (ML&Data Lifecycle in prod): imp.i384100.ne...
    Course 3 (ML Modeling and Deployment in prod): imp.i384100.net/eKVXgO
    ---------------------------------------------------------------------------------------------------------------
    DOCKER & KUBERNETES (best course out there)
    tinyurl.com/25...
    ---------------------------------------------------------------------------------------------------------------

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

  • @jawaharkonathala6950
    @jawaharkonathala6950 7 месяцев назад +13

    Nicely explained. I just wanted this much info only, saved myself from taking a 3-hr coursera course. Thank you

    • @lifecrunch
      @lifecrunch  7 месяцев назад +3

      Glad it was helpful!

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

      Yeah same here :))

  • @piano_tam97106
    @piano_tam97106 4 месяца назад +2

    Very nice video and clearly explain
    Currently i am learning about ci/cd and cloud deploy for ml project, could you kindly please do a video on that subject?

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

      Coming up shortly.

  • @sangeethag8228
    @sangeethag8228 Месяц назад +2

    Thanks a lot Danil.. You saved 4hrs of time. Its working for me :)

  • @eswarkarthikk9571
    @eswarkarthikk9571 2 месяца назад +1

    i bild a object detection model . that was 180mb in size . how can i deploy my model

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

      That’s an open ended question. Deploy where? I have a few videos on the subject, check them out.

  • @vasimSyed-e9d
    @vasimSyed-e9d 3 месяца назад +1

    @Danil_Zherebtsov
    please create video on roadmap of mlops, and also end-to-end mlops projects, with and without open-source tools projects

    • @lifecrunch
      @lifecrunch  2 месяца назад +1

      Thanks for the comment. I’ll consider this

    • @vasimSyed-e9d
      @vasimSyed-e9d 2 месяца назад

      @@lifecrunch please upload fast as soon as possible, eagerly waiting here

  • @alikograce.5520
    @alikograce.5520 4 месяца назад +1

    Nicely explained, please will it be the same steps for a pikl file ?

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

      Yes, pickle is just a different container. The only thing to change in this case is the model loading part with pickle instead of joblib. The rest will be the same.

  • @doneaabohlassan1995
    @doneaabohlassan1995 5 месяцев назад +1

    The commands in terminal work in os Windows?

    • @lifecrunch
      @lifecrunch  5 месяцев назад +1

      I haven’t touched a windows machine is a decade, so can’t be certain, but I’m pretty sure that some modifications will be necessary.
      You may have to change the slashes direction in all the paths.

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

    thanks bro you explain so good God with you !

  • @ihorrible
    @ihorrible 11 месяцев назад +2

    Seems Hard)

    • @lifecrunch
      @lifecrunch  11 месяцев назад

      The intention was to show how easy it actually is 😉

  • @EmmanuelSalvo-eh6ow
    @EmmanuelSalvo-eh6ow 4 месяца назад +1

    How or where can we deploy that Docker container to be used along the internet?

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

      AWS or GCP, Azure i guess, every company now require every machine learning engineer to know about CI/CD pipeline, have experience with cloud service, or at least that is my point of view from recently job interview that i got deny :>> Gotta learn a lot lot more

    • @EmmanuelSalvo-eh6ow
      @EmmanuelSalvo-eh6ow 4 месяца назад +1

      @@piano_tam97106 I'm sorry to hear that, thanks for the reply, good luck!

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

      I guess I need to make a separate video on this subject. Stay tuned.

  • @Sherry-g12
    @Sherry-g12 2 месяца назад

    Thanks a lot for the great video. Somehow the links for course 3 and 4 are invalid. Could you please help update the links?

    • @lifecrunch
      @lifecrunch  Месяц назад

      Updated. The problem was that courses 3 and 4 were merged together and had a new link. I've posted the updated link.

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

    Thanks, Danil ! This is exactly what I was looking for. Clear and concise tutorial,🙏

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

    Very informative.

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

    Do you know if the problem of compatibility between M chips and Docker is solved?

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

      I know that the problem exists, but I’ve never encountered it. In my case Docker had been working perfectly fine.
      I guess compatibility issues arise only with certain OS versions.

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

    This is awesome. Thank you for posting

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

      Thank you for watching!

  • @avinasha3603
    @avinasha3603 28 дней назад

    Thank you !

  • @HZN2502
    @HZN2502 Месяц назад

    👑🙌🙌

  • @thevicky1428
    @thevicky1428 Месяц назад

    Can I do llama 8b fine tuned with this sir ?

    • @lifecrunch
      @lifecrunch  Месяц назад

      With what? Docker??

    • @thevicky1428
      @thevicky1428 Месяц назад

      @@lifecrunch yeah, I fine tuned unsloth llama 8.1 how to deploy that with docker or cloud providers

    • @lifecrunch
      @lifecrunch  Месяц назад

      @@thevicky1428 Just like any other model. Write the inference script to query the model with prompts or whatever you want to query it with, configure docker as explained in the video, save all the required llama artifacts into the corresponding directories and there you go. Basically repeat all the steps from the video only replacing the 'predict()' function with your llama inference code.

    • @thevicky1428
      @thevicky1428 Месяц назад

      @@lifecrunch thanks sir

  • @Adebowale279
    @Adebowale279 Месяц назад

    This is just wonderful and succinct. Thank you!

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

    ❤❤❤❤❤❤❤

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

    remove background audio track its distracting

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

      Thanks for the feedback. Unfortunately, published videos cannot be amended.

  • @dataworldsolution
    @dataworldsolution Месяц назад

    Thanks Sir

  • @bhaviksonule-bq9dn
    @bhaviksonule-bq9dn 5 месяцев назад

    Can we do the same with open source model?

    • @lifecrunch
      @lifecrunch  5 месяцев назад +2

      What do you mean by open-source model?
      If you have any trained model and code to inference it - you can deploy it.

    • @bhaviksonule-bq9dn
      @bhaviksonule-bq9dn 5 месяцев назад +1

      Thank you for your reply, i think I got it.

  • @СтаниславКолчин-н7ы
    @СтаниславКолчин-н7ы 4 месяца назад

    soo good

  • @Swilem999
    @Swilem999 6 месяцев назад +1

    The most underrated channel i have ever seen , you give a very nice content and information with a very simple way , thank you very much

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

    /bin/sh: 1 : [uvicorn,: not found

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

      A little more context wouldn’t hurt

  • @august8877
    @august8877 11 месяцев назад

    "PromoSM" 🤤

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

      There is nothing to promote here. Common practice.