Deploy ML Model On Webpage|Python(Flask)| Forest Fire Prevention Using AI

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024
  • -Deploy ML model on webpage using flask.
    -Deploying your machine learning model onto a webpage is very important part of a website. Flask allows you to do that .
    -Flask is a microweb framework that integrates web application with any python program.
    Source code : github.com/nac...
    You can connect with me on LinkedIn: / nachiketa-hebbar-86186...
    My published research paper on the same project: www.ijltemas.i...
    Recommended books for getting better at ML Web Apps and Flask:
    Monetizing Machine Learning: Quickly Turn Python ML Ideas Into Web Applications on the Serverless Cloud: amzn.to/32lLXuM
    Flask Web Development: Developing Web Applications with Python: amzn.to/32caPFm
    Hands-On Python Deep Learning for the Web: amzn.to/34CxnCb
    Flask web development from scratch : amzn.to/32f00lS
    Do subscribe to the channel and like the video if you want more videos like this!
    You can connect with me on my socials:
    Linkedin: / nachiketa-hebbar-86186...
    My 2nd RUclips Channel: / @nachitalks
    My medium account(I publish blogs here): / nachihebbar

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

  • @nicokalkusinski9320
    @nicokalkusinski9320 7 месяцев назад +57

    For every 1000 people selling you 10h course on the topic, there is one Indian guy explaining the topic in 3 minutes.

  • @hafsasiddiqua5024
    @hafsasiddiqua5024 6 месяцев назад +2

    Searched thousands of methods to get the right answer/solution to my query, and BOOOOOM HERE WO GO ... FINALLLLLYYYYY!!! Got the answer!

  • @SreeVibhaG_ENG21CS041
    @SreeVibhaG_ENG21CS041 9 месяцев назад +7

    YOU ARE AMAZING. AFTER WATCHING YOUR VIDEO I COULD FIGURE OUT THE ROOT CAUSE OF MY BUG AND FIXED IT AFTER TRYING TO FIX IT SINCE TWO WEEKS. HANDS DOWN YOU'RE AMAZING. ISTG I COULD ACTUALLY CRY NOW OMG

  • @MuhammadAli-fd3sc
    @MuhammadAli-fd3sc 4 года назад +16

    This videos contains the content of 6, 7 lectures of python and flask. Very well explained. Cheers 👍

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

    Thanks dost
    mene Grt Lernng me 4 lakh diye the tab voh kuch nahi bta paye
    and here you saved me in 10 min video..

  • @jaydeepshingala5092
    @jaydeepshingala5092 4 года назад +4

    There are so many videos available to deploy models but all are misleading they have demonstrated model creation instead of deployment. you are very straight to the point, love it! wonderful it will help a lot...

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

    Everyone is making vids on model deployment where the model has only numerical features.
    Kindly do a vid on model deployment where the model has categorical features as well since that is the most realistic case.

  • @rahulshrivastava8590
    @rahulshrivastava8590 14 дней назад +1

    This guy really look like a Techie who knows all the mystery of tech World

  • @deepakkota6672
    @deepakkota6672 4 года назад +4

    Deeply I appreciate approach, Quite hard to get complicated content with such a simple explanation. Kudo amigo!

  • @shachi-kun2275
    @shachi-kun2275 3 года назад +2

    Very helpful. Most videos by others were too complicated for me. This helped me

  • @firasrachidi3512
    @firasrachidi3512 4 года назад +13

    Simple and straight to the point, love it! Wish you all the best

  • @oshtontsen5428
    @oshtontsen5428 4 года назад +28

    Very clearly explained and straight forward. Love it! Keep doing what you're doing

  • @saravanakumarv605
    @saravanakumarv605 Год назад +7

    bro i just created a front-end for a music recommender which creates a playlist and the content of the playlist will be sent into ml model and the output will be shown in front-end can i use the same technique to my project

  • @pritishchepure4160
    @pritishchepure4160 2 года назад +2

    thank you for saving my life bro.🙏🏻

  • @namratabafna14
    @namratabafna14 3 года назад +6

    Thank you for explaining this concept in a simplistic way!

  • @rohanrane5968
    @rohanrane5968 10 месяцев назад +1

    thank you brother. i really wanted to deploy my model didnt know how thank you some much

  • @rohitkumar-nk6sd
    @rohitkumar-nk6sd 3 года назад +3

    I want to submit text data as my Ml model accepts text so what changes should i need to do in predict function of flask code (app.py) please help me out

  • @SaiprakashReddy
    @SaiprakashReddy 4 года назад +4

    Good Video . But I Felt You should have used the entire dataset for the training itself instead of splitting as we don't test our model right. A larger dataset is good for the performance of the deployed Model.

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

    Well explained! 🎉

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

    Thnx Bro! saved hours and hours of video tutorial in just 10 mins

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

    Thanks a lot man...👍✌

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

    Thanks
    Could all these be done completely in Jupiter notebook environment? If yes, could you do a demo? Also something missing in the video is how the directory “template” is created? Thanks

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

    Hey thanks man. It helped me with my capstone project

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

    Thanks ! Great video for ML beginners

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

    This video was concise and easy to understand . I need help regarding sentiment analysis.

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

    hye basically i have a problem to run your code, it state like this, hope to get reply soon.
    model=pickle.load(open('model.pkl','rb'))
    ModuleNotFoundError: No module named 'sklearn.linear_model.logistic'

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

    Big help man and you explained the code really well, thanks a lot!

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

    Explained to very basic!! Thanks!!

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

    This is what i was looking for.
    thx body.
    keep up the good work

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

    what is the sklearn version used to create the model? beacause I am getting ModuleNotFoundError: No module named 'sklearn.linear_model.logistic' error and it's due to mismatch in version.

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

    I want to integrate the multiple machine learning models into the single webpage... How to do it?

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

    ValueError: Found array with 0 feature(s) (shape=(1, 0)) while a minimum of 1 is required.
    My project shows this error. Please help asap

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

    Which software is required to run this project ...
    Please explain in step by step 🙏🙏🙏

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

    Great video....but I worked on this and I am getting template not found error....any suggestions on that😢

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

    Quick and precise, thanks big bruh

  • @chhayakhattri8957
    @chhayakhattri8957 4 года назад +8

    Just what I needed man, just what I needed.(◍•ᴗ•◍)❤

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

    Thanks for this I just needed a little bit help

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

    I had a small doubt suppose here you have integrated the flask framework with your machine learning model so do we need js or react to implement the front end functionality..? Have you used js as well??

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

    Very informative video thank you!!! I’m doing a similar project but im using satellite data and CNN algorithim. Would you advise me to also use Flask?

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

    Easy to understand. Thanks!

  • @RM-lb7xw
    @RM-lb7xw 3 года назад

    Great video mate. Glad I found this.

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

    Addition of two numbers is a program where we take inputs using input function in python, but in flask if we want to take input from user where the program file(model.py) is different from Flask(app.py) and inputs should be given from html page. So how would we connect both app.py and model.py files and how the input function gets replaced in Flask to take inputs from user as same as forest fire prevention program

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

      Why do you need a model.py? Just take input from html form , and define a function in app.py to get the inputs, add them and return it.

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

      @@NachiketaHebbar my question here is whether we can take user input of flask from html form to another python program. If in case to use input from flask files to Python program how we can deploy it

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

    Real nice and helpful video. Keep it up. Try to do the same thing with other frameworks also. Would be a nice Playlist.

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

    You saved my day, heck yeah.
    Thankyou homie

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

    brother did u know how Deploy ML model on webpage using flask into laravel ?? please make a content.....

  • @PIYUSH-lz1zq
    @PIYUSH-lz1zq 2 года назад

    Which one to use flask or streamlit??? Which is good

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

    But how to run an entire project in flask?.. Suppose, I want to create a dynamic web app where I specify buttons for uploading the dataset, normalise it and then choosing a model to predict..
    Also, after I take input for the file from the user, how do I save it and then reuse the same file when other buttons are clicked?

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

    Amazing Explanation!

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

    In the same model if I want to pass temperature/O2/humidity Input a multiple time , How can I achieve that ?
    Like I want to make predictions of two forest at a same time

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

    Dude, this is amazing!

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

    Video is good. I thought you are going to deploy it ( so that it is accessible by everyone)

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

    Great explanation

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

    this video is nice, am just a total beginner i just learnt how to create a model on jupyter notepad.but i want to learn more. can you recommend me ur videos about flask ?

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

    hello. i tried to install pickle into my pycharm. however i couldnt find pickle. instead i only found pickles or pickler. are those package the same as pickle ?

  • @sanjeevkumar-oc8wn
    @sanjeevkumar-oc8wn 4 года назад

    Informative. Thanks

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

    How to input the values from an excel sheet and write output to the next column in the corresponding row?

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

    what if our form has some object type input in such case how are we supposed to give it to our model?

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

    I watched the video about 3 to 4 times and tried to use your code to run my web application and it doesn't work 🌚💔
    I think I'm doing something wrong ..
    How is the html file is connected with these py files ? Could you explain, please?

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

    after my values are filled and i click the submit button the page gets refreshed and the opens the same page

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

    great video for newbies.

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

    great work man.... wish dataset could have quit big..

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

    when I am run this code ..jinja2.expections.TemplateNotFound error displayed...many errors .what to do?

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

      You get that error if you have not put the html page inside the templates folder. And make sure it's spelled correctly in the render template function .

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

      one more error founded..
      ValueError: Found array with 0 feature(s) (shape=(1, 0)) while a minimum of 1 is required.
      plz solve that

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

      @@anjalivijayan525 while taking input in form, in the html page, make sure the name variable is set in the input tag. If the name variable is not specified ,no value of input is sent by the form to ml model.

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

      @@NachiketaHebbar thanks

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

      @@NachiketaHebbar okay. if don't mind .I have one more error..plz correct that..I am a beginner learning on flask.
      ValueError
      ValueError: invalid literal for int() with base 10: ''

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

    can u please show that how to get the implement while clicking the algorithm and giving the output. And the code should run in background

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

    Nice one ..keep up the good work!

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

    thank you very much this is very helpful

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

    Thnx Bro!
    That helped me a lot!

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

    Hi bro. Thanks for a great video.
    I have a doubt regarding it. Is it possible to read data from a sensor and add it to one of the field, for eg. Temperature. If it is possible how can we implement this in the code?

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

    Very well explained in easy manner, but I'm getting an error 404 Not Found..
    Help me to solve this
    Thank you🥰

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

      Me too getting the 404 not found error. I feel the submit button trigger is not happening properly.

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

    Really great explained...

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

    Does your code update the prediction results when you type another set of values consecutively?

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

    Very helpful! How can I deploy multiple ML models into webpage?

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

    Bro in Your case you have 2 class 0,1 output='{0:.{1}f}'.format(prediction[0][1], 2) but if have 3 class like 0,1,2 how i write code for my: output =

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

    Hello,
    I got the predicted output with the help of your video but when I'm using dtreeviz library to visualise my output because my algo is decision tree and trying it to display on application when clicking the submit button but I can't able to do that. Showing different Kind of errors. Mainly "TypeError: '>' not supported between instances of 'numpy.ndarray' and 'str'" , I have searched every thing but didn't able to resolve it. Can you please help me with that.
    Thanks

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

    How to created .pkl file ? i can find how to created it. I have file ipynb in gg colab, plz help me

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

    im getting this error TypeError: can't pickle _thread.RLock objects what shoul i do

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

    *Hello bro, I'm coverting an image to cartoon and I do have python model. But I don't know how to upload image and fed into model and then get output which is downloadable* All this thing is to be implemented in react app. 🙏🙏🙏 Please help

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

    nice

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

    Nice explanation! Keep going!

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

    Thanks....Its was helpful

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

    In a nutshell you explained everything, super cool bro
    Thank you so much

  • @Anonymous-yu8lf
    @Anonymous-yu8lf 2 года назад

    bro, it shows error after clicking the predict probability button , what to do ?please help

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

    Can this be done in vs code instead of pycharm?

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

    Very insightful. I train models using python but i develop web apps with PHP. How do i deploy my python model in PHP like you did with Flask ??

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

    Thanks bro

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

    What is the accuracy of the model as the csv file contains only 40 rows

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

      The açcuracy is irrelevant as it is dummy data. The goal was just to show the process of training a model on some data and using the trained model in a webapp.

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

    Hi, Nachiketa! Is there a way to share this online for free instead of doing it locally?
    I'm new to deployment and I'm currently working on an attrition modeling project.
    I'd like to publish my final work on the web so that the public can interact with my work, which I believe is a more exciting way of presenting it instead of simply posting a recorded video of my work.
    Anyway, thank you so much for sharing your expertise with us. Subscribed already.
    Keep up the great work!

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

    thats amazing, thanks boy.

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

    Hi @Nachiketa Hebbar,
    I have created a model to perform text-classification with this I have saved the model in model.h5 and one pickle file for words.
    Is there any way that I can save both the content in one file which is called as model.
    Thank you in Advance.

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

      If the pickle file simple contains words , you only need it to train the model, you dont need to store it afterwards.

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

    nice 👏👏

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

    Hey, I have a doubt can we connect plz

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

    Thank you so much

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

    Thank you!

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

    Can we host streamlit applications ?

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

    Hi bro Your knowledge is very good can you please tell me how I can convert this chatbot into voicebot means rather than typing it will ask a question and I will give the parameter and it predict the result and Speak the response. Can you please help me into this

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

    Hi, I have been doing machine learning in python for a long time now and I have made several models such as diabetes detection , but I don't have much knowledge in web dev , can I use django instead of flask as a fram work with my models?
    Thankyou in advance :)

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

      you can use any framework. But people in ML tend to use flask cause its pretty handy and easy

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

    Can u say that can i do the same thing in spyder Or jupyter??

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

    Are we supposed to know lib like cs ,bootstrap etc other than python & flask for deploying models?

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

      No its enough. You just need to learn about the platform on which you want to deploy it. Like heroku, for example.

  • @sanjayp8303
    @sanjayp8303 5 месяцев назад

    can we do the same using FastApi

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

    Nice explanation.. Truly helped me.. But one prblm .. I tried to display background with an image but.. In case when I run the web app in case of printing prediction, it is not displaying the image in background

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

      Place the image in the static folder , and in the body tag insert style ="background-image : url('..\static\image_name') ;" . I have explained this in my video on creating advanced forms in flask. Just skip to 8:00 in that video .

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

      @@NachiketaHebbar yeah got it.. Thanks a lot✌😊

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

    I am getting an error saying
    Invalid literal for int with base 10,
    When I try converting data into integer form (after receiving data from html file)

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

      Make sure you are using name attribute in input tags in the form