介绍

基于 Django + OpenCV + Tensorflow 实现的车牌识别及训练系统。

环境

依赖:python 3.7、tensorflow 2.2.2、opencv 4.5.1.48、Django 3.2

Java 代码集成

提供了开放的 API,只需要传入车牌文件路径即可进行车牌识别操作,记得引入 Hutool 额。

HttpResponse response = HttpRequest.post(url)
            .form("licensePlate", new File(imagePath))
            .executeAsync();
System.out.println(response.body());

返回数据格式:

{"status": true, "license_plate": "苏E·05EV8"}

Web 演示

项目源码:https://gitee.com/52itstyle/Python

部署参考:https://blog.52itstyle.vip/archives/3503

地址(原文):https://car.52itstyle.vip

Logo

GitCode 天启AI是一款由 GitCode 团队打造的智能助手,基于先进的LLM(大语言模型)与多智能体 Agent 技术构建,致力于为用户提供高效、智能、多模态的创作与开发支持。它不仅支持自然语言对话,还具备处理文件、生成 PPT、撰写分析报告、开发 Web 应用等多项能力,真正做到“一句话,让 Al帮你完成复杂任务”。

更多推荐