Deploy Iris Classifier ML Model on Webpage| Python(Streamlit) #2|

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

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

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

    This is wowly wowed, lol. Best training so far, I cant't wait for deployment of image classification.

  • @bhavindedhia9968
    @bhavindedhia9968 4 года назад +2

    Great great video please make more deployment model on streamlit because it's easy to use and understand very well

  • @okewunmipaul2903
    @okewunmipaul2903 4 года назад

    Amazing tutorial Nachiketa.. Really can't wait for the computer vision example

  • @gauravsahani2499
    @gauravsahani2499 4 года назад

    Thankyou so much for this brother!, keep the good work, hope your channel excel!

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

    Keep up the good work .. Make a video on how to deploy streamlit app using docker

  • @Ashish2331991Mr
    @Ashish2331991Mr 4 года назад

    Hey brother i keep on getting UnpicklingError: NEWOBJ class argument isn't a type object error when i try your code could you please tell me what is that i am missing on

  • @devruppbanerjee909
    @devruppbanerjee909 4 года назад

    struggling to make the green output box after prediction into white. its getting too translucent with background thus almost invisible. any help?

  • @theLifeDiaryMemories
    @theLifeDiaryMemories 4 года назад

    Tensorflow.keras model doesn't support pickle ? Any other way than model.save("newmodel.h5").......
    I mean to say Plz suggest me the alternative for pickle to store tensorflow.keras model so that to make web app like you made using pickle dump&load

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

    how to create an advanced job recommendation system and integrate it with the web page..by the way the video is amazing

  • @swarupsaha3846
    @swarupsaha3846 4 года назад

    Please make a video on human activity recognition

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

    sir how add values in decimal like inbtwn 0.0000 to 2.0000

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

    Can I develop a single website with different predictions like forest fire, rain prediction and so on.
    All are different datasets
    Assume that I have save models for two in the drive and the rest one will be done in colab....

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

      Yeah, basically i think you could make it work with some if else conditions. Have different buttons for predicting different models. And based on what button is pressed you can run predictions for different models in the backend

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

      @@NachiketaHebbar can you put a video on this...a single website using different models on different datasets

  • @pinakipb2
    @pinakipb2 4 года назад

    Nice video man.

  • @ameerhamza-zr5oc
    @ameerhamza-zr5oc 3 года назад

    can you make a web app for English premier league and select HomeTeam, AwayTeam, HTHG,HTAG,HS,AS,HST,AST features for input and output label is FTR please make and apply multiple algorathem also

  • @bhawikabhawika5854
    @bhawikabhawika5854 4 года назад

    I am gettin error that model.pickel not found pls help

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

      Thats because you have to first create the model.pkl file and then make sure it is inside the project directory when you are running the profram

    • @bhawika902
      @bhawika902 4 года назад

      Sir how to create model.pkl file pls help me i have downloaded model.pkl file that one in github stored in the ame location now what to do . Pls can u give your contact number?

  • @whitedevil8080
    @whitedevil8080 4 года назад

    Bro what software are you using for recording the screen and for editing the video..can u share the name of the softwares bro?

    • @NachiketaHebbar
      @NachiketaHebbar  4 года назад

      Movavi video editing software

    • @whitedevil8080
      @whitedevil8080 4 года назад

      @@NachiketaHebbar bro can u do me a favour😒can you share me the download link for the software bro ? It will be very helpful for me if you share the link...

    • @NachiketaHebbar
      @NachiketaHebbar  4 года назад

      www.movavi.com/suite/

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

    could you please share the source code?