Create Web App in Google Colab | How to use Flask in Colab | Machine Learning | Data Magic

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

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

  • @rialtosan
    @rialtosan 9 месяцев назад +1

    dont we need an authtoken for the ngrok or is it automatically handled by flask-ngrok lib?

  • @mehdismaeili3743
    @mehdismaeili3743 9 месяцев назад

    Excellent.

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

    this is really awsome

  • @SadiaAyoub-y8v
    @SadiaAyoub-y8v 2 месяца назад

    Sir, My final year project is related to Automated Fruit Ripeness Detection using Deep Learning model. There will e at least four fruits , we have to train model to classify fruit either Underripe, ripe or overripe. Can you please help me. Can I make a GUI we-based in Flask in Google Collab??? or I should make Web Flask app using VS code and then integrate my model at Google Collab? Which will be more convenient for me.

  • @ianpropst-campbell6028
    @ianpropst-campbell6028 Год назад +1

    Thank you for this helpful tutorial! But how do you keep your flask app from shutting down when google colab disconnects from inactivity?

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

      If you close notebook. Session will close and server shut down. There no way to keep it running forever on colab.

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

    Thanks a lot. this video is very unique

  • @ms-ej4gd
    @ms-ej4gd Год назад +1

    nice video

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

    very useful video, how we can deploy object detection model using detectron2 and flask on Colab

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

    Everythings goes great but when i click on button, it gives me this error :
    Internal Server Error
    The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

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

    Hello, how can i display an image using flask on google colab please

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

    Loved this video ! Can we please have the honor of more such knowledge/expertise please ?!

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

    How can i dispay sql query answers using flask framework on google collab?

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

    Can other computers access this ngrok site? If so, how can we protect it with a password or IP requirement? Also, does the colab notebook need to be open and running for the site to work?

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

      You cant access it from other computer as your server running on 127.0.0.1:5000/. it is pointing to localhost address. If you close your Colab then session will end and it will stop everything.

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

    Awesome Boss !

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

    Hello sir
    I have to display a data set which is of thousands of rows and 25 columns how to do this through rest api using flask in google colab

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

      You can do it in json format.

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

      @@DataMagicAI I even tried that but it is showing error

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

    What to do if I want to send an image as input for model.

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

      Check flasks based episode on our channel under ML
      Model deployment series.

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

    this does not work anymore, it requires an auth code, and even when I do give it the auth code, it still does not work

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

      Ohhh, Once time permits...I will check it and try to sort it out.
      Thanks for your comment.

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

      !ngrok authtoken "ENTER AUTH CODE". This line worked for me.

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

    In the 'getPrediction' function how do we take image input? Can you explain that?

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

      You need to add html code to upload file and save it in temp folder and try to accept it.
      I am working on one episode where I will sho how to upload image and apply model on it to make prediction.
      Will publish soon...stay tunned..

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

      @@DataMagicAI is this available or not yet? thank you

  • @arjun-ou2hm
    @arjun-ou2hm Год назад

    The link will generated but not working

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

    how to run the pretrained teachable machine model with flask

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

      You first need to tune pretrained model and then you can use tunned model with flask.

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

      Actually i have the pretrained model and I runned it with falak and ngrok but still I'm not getting the localhost running

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

      @@girijavarma7742 flask**

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

    When opening the link in the end it is showing sign up and download authtoken. Can u tell why and how to proceed?

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

    do you have github for this?

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

    how can i do this in a .h5 model and not a .pkl model

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

      You can make use of Keras to load the model. Refer below video ruclips.net/video/oFvayhdwkwQ/видео.html

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

      @@DataMagicAI ok,thank you so much!!

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

    Can we use bootstrap for the user interface?

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

      Yes you can. You need to install flask-bootstrap depedency.
      Pip install flask-bootstrap

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

    why is it asking to sign up and download authtoken?

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

      When you are connecting your Google drive to Colab notebook. You need to give the acces permission so it can access files form drive.

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

      @@DataMagicAI why is it asking when opening the ngrok link?

  • @F.rad2024
    @F.rad2024 8 месяцев назад

    🎉🎉🎉🎉

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

    Why is it saying to download and login in that app?

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

      Can you breif on the issue? When n where exactly you are getting it...

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

    Hello,
    How do I overcome "ERR_NGROK_6022" error? It says "install authtoken and restart agent", but I don't have any idea how to do that.. the commands in websites don't work here.. no one explained how to do that in Google colab.
    I'm desparate for your help!!
    Please tell me what to do asap

    • @arjun-ou2hm
      @arjun-ou2hm Год назад

      How tó solve this error

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

      @@arjun-ou2hm Hi, in the end I wasn't able to solve the error, I instead used 'gradio' and created a simple interface. (The sole reason I wanted to use flask was to create an interface so I replaced it with gradio in a blink)

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

    just do it. stop helping beginners who don't know which end is up

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

      I am here for everyone, will do it👍🏻

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

    please share the code and template

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

      Yeah sure! I missed to add code link.

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

      GitHub link added in the description box

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

    How i combine my colab code with my webpage......plzzzzzzzzz