├── imgae //所需要的图片
├── pages
│ └── animal //动物识别页面
│ └── car //车型识别页面
│ └── cardamage //暂无作用
│ └── chram //魅力值识别页面
│ └── common //暂无作用
│ └── dish //菜品识别页面
│ └── face //颜值分析识别页面
│ └── facedetectcrossageface //人脸对比识别页面
│ └── facemerge //疯狂变脸页面
│ └── index //默认的index页面 没用到
│ └── ingredient //果蔬食材识别页面
│ └── logo //LOGO识别页面
│ └── logs //日志 暂时没用
│ └── nine //九宫格页面
│ └── object //暂无作用
│ └── ocr //文字识别页面
│ └── plant //植物识别页面
│ └── resemble //暂无作用
│ └── sample //暂无作用
│ └── subject //暂无作用
│ └── youtuHT //手势识别页面
│ └── flower //花卉识别
│ └── image2ascii //图片转字符图片
│ └── youtuHW //手写识别页面
│ └── facecosmetic //人像美妆页面
│ └── facedecoration //人像变妆页面
│ └── facesticker //大头贴页面
│ └── imgfilter //人像、图片滤镜页面
│ └── driverbehavior //驾驶行为页面暂时没用
│ └── landmark //地标识别页面
│ └── quickcalculation //速算页面
│ └── redwine //红酒识别页面
│ └── skin //肤质分析页面
├── utils
│ └── api.js //全部的接口url在这里配置
│ └── util.js //暂时没用
├── app.js //全局js配置文件
├── app.json //全局配置json文件
├── app.wxss //全局wxss文件
└── project.config.json //工具配置(个性化配置)