sagemaker deploys Tensorflow model in the terminal node and calls

sagemaker is a hosted machine learning service of aws. For details, please see What is Amazon SageMaker- Amazon SageMaker Amazon SageMaker is a fully hosted machine learning service. With SageMaker, data scientists and developers can quickly and easily build and train machine learning models, and then deploy the models directly to the producti ...

Added by gillypogi on Wed, 23 Feb 2022 13:07:40 +0200

[k8s] deploy in AWS EKS and access the nanny level tutorial of k8s Dashboard through ALB

Scope of this tutorial Deploy k8s Dashboard using EKS service on AWS and access it through ALB The EKS cluster computing node adopts managed EC2 and uses the startup template. Use AWS overseas account, us-west-2 area Use the account default vpc (172.31.0.0 / 16) and subnet Create using awscli instead of eksctl Have some knowledge of AWS, not a ...

Added by DeGauss on Fri, 26 Nov 2021 10:28:23 +0200

Solving cross source resource sharing (CORS) and automatic startup uwsgi - Day 09 on Amazon Linux 2

Solving cross source resource sharing (CORS) and automatic startup uwsgi - Day 09 on Amazon Linux 2 On the back end of the application, we have solved the following problems: Database access: MariaDB.RESTful API implementation: upload pictures using post.Back end server integration: Nginx and merge Django. Finally, there are two problems to ...

Added by mick_otoole on Wed, 27 Oct 2021 14:28:23 +0300

This article takes you to understand that the OAuth2 protocol integrates with Spring Security OAuth2!

OAuth 2.0 authorization protocol that allows third-party applications to access restricted HTTP resources, like the OAuth 2.0 authorization framework, which is commonly used when people use Github and Google accounts to log on to other systems. The following is the authorization page diagram of the Coding system using Github accounts: There a ...

Added by holiks on Fri, 03 Jan 2020 04:04:36 +0200

Correctly Link Multiple Functions in Javascript with await/async

Author: DunkTranslator: Crazy Technology House Original: https://nikodunk.com/how-to-c... Reproduction is strictly prohibited without permission Before I finish electrade In addition to their work, they helped a friend's team finish their project. Recently, we hope to build a Craiglist-style anonymous e-mail relay for this project, which inclu ...

Added by animuson on Thu, 22 Aug 2019 07:17:27 +0300

Introduction to express use of nodejs

Express Framework Come from JavaScript Standard Reference Tutorial (alpha) by Ruan Yifen Catalog Summary Operating principle Bottom level: http module What is Middleware use method Express method all method and HTTP verb method set method response object requst object Set up HTTPs server Project Development Instances Write startup scrip ...

Added by stickynote427 on Fri, 12 Jul 2019 20:35:19 +0300