# verifycode_api **Repository Path**: idootop/verifycode_api ## Basic Information - **Project Name**: verifycode_api - **Description**: 通用验证码识别模型部署程序 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-11-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 配置: 直接将训练好的模型文件.yaml和.dp分别放到model和graph目录下即可 注意: 记得安装依赖 pip install -r requirements.txt tensorflow版本要与训练模型所用的tf版本相匹配(默认同为tf2.0) 启动服务 python flask_server.py POST请求 application/json http://localhost:19951/captcha/v1 请求参数 image:图片的base64编码值 测试可自行修改test.py和tests.py文件 原项目地址:https://github.com/kerlomz/captcha_platform