- openwrt:
- 人脸识别:
- 1.注册 ./face.py -add 1mm 1.jpg
- 2.识别 ./face.py -id xx.jpg
- 3.获取access_token
- #!/bin/bash
- curl -i -k 'https://aip.baidubce.com/oauth/2.0/token?grant_type=client_credentials&client_id=【百度云应用的AK】&client_secret=【百度云应用的SK】'
- 语音识别:
- http://yuyin.baidu.com/
|