5

一个开源免费的车牌识别训练实战项目

 2 years ago
source link: https://blog.52itstyle.vip/archives/5544/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

一个开源免费的车牌识别训练实战项目

作者:小柒

发表于 2021-04-29 

  |   分类于

机器学习

429968771.png

基于 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 演示

3069922141.png

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

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

https://car.52itstyle.vip/

爪哇笔记
6359488940289160158582279.gif

作者: 小柒

出处: https://blog.52itstyle.vip

分享是快乐的,也见证了个人成长历程,文章大多都是工作经验总结以及平时学习积累,基于自身认知不足之处在所难免,也请大家指正,共同进步。

本文版权归作者所有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出, 如有问题, 可邮件([email protected])咨询。


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK