Deploy Machine Learning Model • python • html • using flask • machine model deploy

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

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

  • @programming_hut
    @programming_hut  3 года назад +8

    You asked and I uploaded
    So here it is model deployment video
    If you have any queries ask them freely :)

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

      Bro can you do android Application deployment of image classification model

  • @wurffy7392
    @wurffy7392 2 года назад +3

    Broooo, I don't know how do I want to thank you... You really help me with this video, currently typing while crying right now Hahaha lol... Thank you so much man, subscribed

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

    Index missmatch is just beacuse of the way you tried to read the csv file. The code read the file including the header. If you make the code as labels = pd.read_csv('filename', header= None) the prediction will be perfect. Thanks for the video. Cheers!!

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

    Really a good video...quick intro type

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

    perfection Bro, Keep going, I am really following you practical Tutorial :))

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

      if I'd 1k hearts to give on this comment I'd have given all

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

    Very good bro....keep going 🔥🔥

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

    Thanks bro. it was really helpful. It's giving me right output on the prediction.html with my pre-trained model. Although quite confused about how to show image on prediction.html page as an output. (my project is about CARS)

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

      Glad it helped,
      to show the output on predictions page is quiet easy ..
      you can follow this : ruclips.net/video/LKVtYDwd5T8/видео.html
      juts save the image and show it on next page .. more info in above video

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

    Bro you save my time ❤️❤️😊😊 thank you so much

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

    Perfect okei😶

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

    Brilliant

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

    thanks good teaching... can you show how to do this deployment to wordpress thanks

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

    Thanks a lot man!!

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

    Brother can we create a web page using html, css, js,nodejs and all and use Flask to deploy our model?

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

    Hello Sir, Could you tell me, How to show same image below the prediction,, i have tried alot,, but i cant,,,,,Please

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

      try this
      ruclips.net/video/LKVtYDwd5T8/видео.html

  • @MuhammadTariq-bz3pd
    @MuhammadTariq-bz3pd 3 года назад

    hey, you deployed a pre-trained model, how to deploy my own model

  • @MuhammadTariq-bz3pd
    @MuhammadTariq-bz3pd 3 года назад

    how to deploy a real time model on flask

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

      real time means ? does that mean model which works on real time footage from webcam ?

    • @MuhammadTariq-bz3pd
      @MuhammadTariq-bz3pd 3 года назад

      @@programming_hut yes when i run the code it opens a window of webcam

    • @MuhammadTariq-bz3pd
      @MuhammadTariq-bz3pd 3 года назад

      @@programming_hut ??

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

      i think you can simply use opencv to show window it should work. did you tried anything

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

    had to install python 3.11 and uninstall python 3.12 to remove "not found tensorflow" issue

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

      I am facing the issue now
      I made a ml project in colab not able to load the model in vscode please help

    • @inhibited44
      @inhibited44 7 месяцев назад +1

      @@dasi234 find out what version of python you are using and if necessary , uninstall it.

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

      @@inhibited44 yes solved

    • @inhibited44
      @inhibited44 7 месяцев назад +1

      @@dasi234 glad it worked because I couldn't remember

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

      @@inhibited44 it was issue of couple of libraries versions