Machine Learning Model Deployment using Flask | Flask RESTFUL API

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

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

  • @Erickeagle16
    @Erickeagle16 4 года назад +3

    Nice video sir😃 all the concepts are fully explained....

  • @posh1718
    @posh1718 4 года назад +1

    Good class!

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

    Great video ! helped me a lot

  • @shreyjain6447
    @shreyjain6447 3 года назад +3

    What if i have categorical features in my model? Sure I would encode them but what changes should be made in the production code so that it accepts strings as an entry?

    • @SatyajitPattnaik
      @SatyajitPattnaik  3 года назад

      It takes string as an entry, but in your code it would be transformed before calling the model.predict()

    • @abhishekprakash9803
      @abhishekprakash9803 2 года назад

      @@SatyajitPattnaik only you focus on integrer what about inputs as a categorical variable........

    • @SatyajitPattnaik
      @SatyajitPattnaik  2 года назад

      @@abhishekprakash9803 I can make a more advanced deployment soon 😎

  • @manjulasrihari4485
    @manjulasrihari4485 4 года назад +1

    Super

  • @gurpreetkaur-pd8ne
    @gurpreetkaur-pd8ne 2 года назад

    Where did the flask application is being created. Please help in understanding.

  • @gurpreetkaur-pd8ne
    @gurpreetkaur-pd8ne 2 года назад

    Hi!!! Could you please help me in understanding that where did you write the flask code ??

    • @armaandeep9293
      @armaandeep9293 8 месяцев назад

      He wrote it in an IDE like vscode but some older IDE i guess

  • @elijahnkuah1999
    @elijahnkuah1999 3 года назад +1

    thank you very much for the educative video. Much grateful. Please i will be glad if you can share your home.html file

    • @SatyajitPattnaik
      @SatyajitPattnaik  3 года назад

      Link is already in the video description: github.com/beingdatum/BreastCancerPrediction
      Go to templates folder..

  • @prabhurajdhondge5779
    @prabhurajdhondge5779 2 года назад +1

    I am not getting any http link after debugging

  • @gururajkotian8406
    @gururajkotian8406 3 года назад +1

    Hello sir, I have gone through your tutorials, its amazing. I need your help sir. Currently am working on customer segmentation for my ecommerce app. Thing is I know how to cluster and all but don't know how to deploy it to my app. Can you help me in this ?.Do you have any tutorial on customer segmentation ?

  • @thirumalaisurya1136
    @thirumalaisurya1136 2 года назад

    hi bro , plz can you make again without using HTML and CSS ...because i need to deploy using only flask API ..no need html

  • @GAZFLAIR3D
    @GAZFLAIR3D 3 года назад

    if __name__ == "__main__":
    app.run()