AWS Tutorials: Deploy Machine Learning Model API on AWS EC2 (Permanent Running)

preview_player
Показать описание
Hello, Guys, I am Spidy. I am back with another video.

In this video, I am showing you how you can deploy Machine Learning Model as API in AWS EC2

----------------- Commands -----------------
Commands are based on Amazon Machine Image (AMI)

# Installation Commands
sudo su
apt-install update
git clone [YOUR Repository]
cd [YOUR Repository]

# Run permanent
[Close Terminal, the app will run as a service for permanent]

# Stop Application
ps -ef (Get process ID from here)
kill [id]

🔥 Don't forget to Subscribe

Playlist that you should check👇

"The video thumbnails were created using publicly available images from Google images and are used solely for thumbnail purposes. I do not claim ownership of these images. If you are the owner of any copyrighted content used in these thumbnails and want them removed or changed, please contact me and I will comply promptly. Thank you."

#aws
#awsec2
#awstutorial
Рекомендации по теме
Комментарии
Автор

Thanks, machine learning hub for research and cellular agriculture .

francescos
Автор

Very useful video tutorial, thanks for your effort!

hasanarcas
Автор

In app.run(debug=False, host='0.0.0.0') where host=0.0.0.0 allow to run app on all your machine's IP addresses. Now in EC2 we need to run this app on IPV4 that's why we are writing this parameter.

MachineLearningHub
Автор

Hi, thanks for very detailed explained tutorial. I have successfully setup all things but at the end I am getting this error on postman: "error": "Please try again. The Image doesn't exist" Can you please let me know where I am making mistake. Thank you

sohailali
Автор

Hello sir, can you help me. Please check e-mail. Thank you.

bablasgaming