
python
臭小子帅
好好学习,天天向上。有私活请联系
展开
-
Python调百度API实现人脸识别
前言 遍历文件夹下所有照片,进行人脸识别出性别年龄等信息 先看下效果 上代码 # 调用百度API完成人脸识别 import requests import base64 import os #获取access_token def getAccessToken(client_id, client_secret): # client_id 为官网获取的AK, client_secret 为...原创 2019-12-30 13:48:17 · 5142 阅读 · 26 评论 -
Python爬英雄联盟lol全英雄皮肤
先看效果展示: 上代码xxx.py # 1.导入所需模块 import requests import os # 创建lol文件夹 #os.mkdir("lol") # 2.读取js文件,获取英雄id(hero_id) url = 'https://game.gtimg.cn/images/lol/act/img/js/heroList/hero_list.js' headers = {'U...原创 2019-12-25 19:54:05 · 4502 阅读 · 13 评论