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

preview_player
Показать описание
Welcome to new video of deploying deep learning model using flask framework.
Just follow the video step by step and you would be able to deploy your own ml model.

timestamps:
0:00 - introduction
1:39 - Basics of flask (optional if you know already)
7:22 - creating index html page
10:18 - saving and loading images
11:37 - loading model and prediction
16:51 - final running test

THANKS FOR WATCHING...

LIKE + SHARE + SUBSCRIBE = support :)
contact me : 📞

facebook :

twitter 🐦 :

github :

discord :

linkedin :

youtube ❤️:

keyword:
model deploy,ml model deploy,dl model deploy,python+html,flask model python,create ml webapp,ml website,machine learning website,create ml website
Рекомендации по теме
Комментарии
Автор

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

programming_hut
Автор

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

wurffy
Автор

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!!

meheranvesh
Автор

Really a good video...quick intro type

pushpendrapal
Автор

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

itman
Автор

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

anuragrajput
Автор

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)

pintzprajapati
Автор

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

donteo
Автор

would it be similar procedure for audio classifier?

alisheikh
Автор

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

ogbuddha
Автор

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

taimoorkhan
Автор

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

inhibited
Автор

how to deploy a real time model on flask

MuhammadTariq-bzpd
Автор

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

MuhammadTariq-bzpd