Nice video, I would love to see more flask + flutter integration. Do you know if flutter can work with Axios to make get/post requests to the flask backend? That is what I am used to using, but with Vuejs
I did the same as you when adding the api part in the URL, I checked the spelling too but it still isnt working, Its showing 'requested URL not found on server. What could be the possible problem?
I have a question, like if we have a python script, in which we are using mediaPipe Blaze Pose for pose detection, and we are returning some values after the image processing. How we can integrate that script into our flutter application, like we will pass the video path to the python script, and after processing, it will pass back the output (String output) to the flutter application, and we will show that output on the screen of the flutter. How we can do this: I am confused, should we develop a backend for this purpose and make API calls for this?, or how we can make the python script run on the mobile device for image processing. should we convert that script into some tensorflow lite model to integrate? :)
Thank you for the video Now i was thinking of a way of uploading files then get accepted by the server run the script and bring back some list of infomation
Flask code is not to be put inside flutter app but you need to host that flask api using heroku. Don't worry, im going to release a complete playlist of end to end tutorial in this week. I'll be creating a diabetes prediction model api in flask and then I'll make a mobile app for predictions
You solved my doubt about the adressess. Thank you!
Nice video, I would love to see more flask + flutter integration. Do you know if flutter can work with Axios to make get/post requests to the flask backend? That is what I am used to using, but with Vuejs
I did the same as you when adding the api part in the URL, I checked the spelling too but it still isnt working, Its showing 'requested URL not found on server. What could be the possible problem?
I have a question, like if we have a python script, in which we are using mediaPipe Blaze Pose for pose detection, and we are returning some values after the image processing. How we can integrate that script into our flutter application, like we will pass the video path to the python script, and after processing, it will pass back the output (String output) to the flutter application, and we will show that output on the screen of the flutter.
How we can do this: I am confused, should we develop a backend for this purpose and make API calls for this?, or how we can make the python script run on the mobile device for image processing. should we convert that script into some tensorflow lite model to integrate? :)
i'm doing something similar, did you figure out how to do it?
@@paulinaugaldecarrenodid you get the result please help
Great work! Didn't try yet but I feel that It already helped me.
excellent brother you explained it in simple way
Great video. Using your technique, can i host a mobile application with database connectivity for my local intranet users?
Dude, you are making great videos but why aren't you responding to the comments
Can we make post , put and delete methods in flusk?
Nice video 😊😊
How do I contact with my real mobile
If I want to send data from flutter app to flask server . How can I do that???
can we host a model in flask and send images through app to flask throgh api and do image classification and get result in app
@akshit madan I also want to ask this question
Hello please make a video on audio recording or any suggestions please explain
Thank you for the video Now i was thinking of a way of uploading files then get accepted by the server run the script and bring back some list of infomation
makes no sense on what you said about url type? Like what will be the url number man?
time stamp 17:45
how do you deploy
Can we deploy the flask backend on VM instance?
Yes use Amazon ec2
Getting no output for flutter web
Thank you
Bro how to call a function inside a flask app from another python file?
Just import that file.
import 'second.py' as second
Like this
And now use
second.func_name()
@@AkshitMadan Bro thanks it works
@@AkshitMadan How to call a function inside a flask app from a file containing data processing and a model trained in Google Colab?
where should I put my flask code in the flutter app
Flask code is not to be put inside flutter app but you need to host that flask api using heroku.
Don't worry, im going to release a complete playlist of end to end tutorial in this week. I'll be creating a diabetes prediction model api in flask and then I'll make a mobile app for predictions
Thanks man, looking forward to it
@@AkshitMadan did you upload it?i am struggling to find such tutorial...
@@AkshitMadan hey i can't find any playlist for such can you help me with the url