MediaPipe – 跨平臺機器學習應用開發框架

https://iter01.com/475022.html

https://blog.csdn.net/dQCFKyQDXYm3F8rB0/article/details/100839899

https://google.github.io/mediapipe/solutions/hands

http://www.python88.com/topic/40281

https://google.github.io/mediapipe/getting_started/python.html
https://google.github.io/mediapipe/solutions/face_detection#python-solution-api
https://google.github.io/mediapipe/solutions/hands#python-solution-api

Ubuntu 20.04 在apache上安裝ssl憑證

sudo apt install python3-certbot-apache

sudo certbot --apache -d my.domain

定時更新憑證
sudo crontab -e
30 4 1,21 * * /usr/bin/certbot renew –dry-run

sudo certbot certonly –server https://acme-v02.api.letsencrypt.org/directory –manual –preferred-challenges dns -d ‘*.lifenet.com.tw’
sudo certbot certonly –server https://acme-v02.api.letsencrypt.org/directory –webroot –preferred-challenges dns -d ‘*.lifenet.com.tw’