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

Описание к видео AWS Tutorials: Deploy Machine Learning Model API on AWS EC2 (Permanent Running)

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

Fruit & Vegetable Recognition Project Tutorial -    • Fruit-Vegetable Recognition + Calorie...  

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

Installation Commands
sudo su
apt-install update
git clone [YOUR Repository]
cd [YOUR Repository]
python3 -m pip install -r requirements.txt

Run permanent
nohup python3 ec2_api.py
[Close Terminal, the app will run as a service for permanent]

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

Donate►machinelearninghubai@okhdfcbank

Note: If you want me to solve your errors and make the project run into the system, I will do it using a remote desktop, and it will be paid. You can reach me at [email protected] for your queries.

🔥 Don't forget to Subscribe

My GitHub for free projects► https://github.com/Spidy20
My store for buying paid projects► https://bit.ly/3hXSZxQ
Facebook►   / machinelearninghubai  
Instagram►   / machine_learning_hub.ai  
Paypal► https://www.paypal.com/paypalme/spidy...
Buy Coffee for me► https://www.buymeacoffee.com/spidy20

Playlist that you should check👇
Machine Learning College Projects► https://www.shorturl.at/mpIJY
Python College Projects► https://www.shorturl.at/nDR25
Android App using Python► https://www.shorturl.at/pzCMQ

"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

Комментарии

Информация по комментариям в разработке