百度智能云API调用
植物识别API
import base64
import urllib
import requestsAPI_KEY = "你的图像识别API_KEY"
SECRET_KEY = "你的图像识别SECRET_KEY"def main():url = "https://aip.baidubce.com/rest/2.0/image-classify/v1/plant?access_token=" + get_access_token()# image 可以通过 get_file_content_as_base64("C:\fakepath\苹果.png",True) 方法获取image=r"C:\Users\yly\Desktop\波罗蜜.png"base_image=get_