No project description provided
Project description
MxbadiuAI
1.安装
pip install MxbaiduAi
2.使用
from MxbaiduAI import imageAI
api=imageAI(APP_ID,APIKey,SecretKey) #APP_ID,APIKey,SecretKey请更改为你的Key
api.advancedGeneral('1.jpg') #进行通用场景识别
print(api.result()) #调用结果
3.API
所有识别结果将以Json格式返回,默认只返回匹配度最高的一个结果
imageAI.advancedGeneral(image)
通用场景识别
imageAI.dishDetect(image)
菜品识别
imageAI.logoSearch(image)
logo识别
imageAI.plantDetect(image)
植物识别
imageAI.animalDetect(image)
动物识别
imageAI.objectDetect(image,with_face=1)
图像主体检测
imageAI.landmark(image)
地标识别
imageAI.ingredient(image)
果蔬识别
imageAI.currency(image)
货币识别
imageAI.carDetect(image)
车辆识别
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
MxbaiduAi-0.0.6.tar.gz
(4.2 kB
view details)
File details
Details for the file MxbaiduAi-0.0.6.tar.gz
.
File metadata
- Download URL: MxbaiduAi-0.0.6.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53d0cb6dcd9f39c02b010cbf127ecf36e2721ad485205c58b2b4ba4c8c63a6bd |
|
MD5 | d2738bf897c964452f09e628cda7792f |
|
BLAKE2b-256 | 84af8cad67f3ffa6fa643f509a92450c0431d073c7b8ab49a8a4f4bc7941ecf5 |