本项目实现了ocr主流算法gru/lstm+ctc+cnn架构,进行不定长度验证码识别,达到不分割字符而识别验证码内容的效果。验证码内容包含了大小字母以及数字,并增加点、线、颜色、位置、字体等干扰项。本项目对gru +ctc+cnn、lstm+ctc+cnn、cnn三种架构进行了对比,实践说明同等训练下gru/lstm+ctc+cnn架构准确率和速度均明显优于cnn架构,gru +ctc+cnn优于lstm+ctc+cnn,在实验2500个样本数据200轮训练时,gru +ctc+cnn架构在500样本测试准确率达90.2%。本项目技术能够训练长序列的ocr识别,更换数据集和相关调整,即可用于比如身份证号码、车牌、手机号、邮编等识别任务,也可用于汉字识别。
☆243Mar 26, 2019Updated 7 years ago
Alternatives and similar repositories for my_orc_keras_verification_code_identification
Users that are interested in my_orc_keras_verification_code_identification are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- [python3.6] 运用tf实现自然场景文字检测,keras/pytorch实现ctpn+crnn+ctc实现不定长场景文字OCR识别☆2,955Aug 13, 2019Updated 6 years ago
- Fast parallel CTC.☆10Apr 7, 2017Updated 9 years ago
- 用keras实现OCR定位、识别☆532Apr 21, 2019Updated 6 years ago
- 端到端的针对身份证的文字识别☆24Sep 15, 2018Updated 7 years ago
- CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras☆2,790Oct 8, 2019Updated 6 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 给定一张身份证正、反面,识别身份证上的所有文字信息☆10Sep 4, 2019Updated 6 years ago
- 主流ocr算法研究实验性的项目,目前实现了CNN+BLSTM+CTC架构☆1,303Jun 13, 2020Updated 5 years ago
- 第一届西安交通大学人工智能实践大赛(2018AI实践大赛--图片文字识别)第一名;仅采用densenet识别图中文字☆467Mar 12, 2019Updated 7 years ago
- OCR, CNN+LSTM (CTPN) for image text detection, tensorflow☆202Nov 23, 2018Updated 7 years ago
- A simple code for creating licence plate images and train e2e network☆149Mar 10, 2019Updated 7 years ago
- Chinese text detection and recognition based on CTPN + DENSENET using Keras and Tensor Flow,使用keras和tensorflow基于CTPN+Densenet实现的中文文本检测和识别☆288Jan 9, 2020Updated 6 years ago
- 车牌号码自动识别系统☆35Oct 30, 2022Updated 3 years ago
- Photographing Chinese-Address OCR implemented using CTPN+CTC+Address Correction. 拍照文档中文地址文字识别。☆349Jan 23, 2020Updated 6 years ago
- very fast CTPN☆189Jan 23, 2019Updated 7 years ago
- Serverless GPU API endpoints on Runpod - Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- break captcha use tensorflow 2.0☆11Nov 22, 2022Updated 3 years ago
- 使用PyQt5接口百度AI文字识别服务,使用SQLite为数据库引擎,开发实现普通文字识别、身份证识别、银行卡识别、驾驶证识别、行驶证识别和车牌识别的集成系统。☆16Nov 29, 2018Updated 7 years ago
- 基于caffe的LSTM OCR案例,能够利用该案例完成序列的识别,包括验证码、车牌、身份证号码、地址等长序列动长的内容识别☆214Jul 25, 2017Updated 8 years ago
- Script to train Hyperlpr(https://github.com/zeusees/HyperLPR)☆129Jul 20, 2019Updated 6 years ago
- memory efficient densenet+lstm+ctc实现中文识别☆31Jun 21, 2022Updated 3 years ago
- ocr, cnn+lstm+ctc, crnn, recognition model, tensorflow☆75Dec 22, 2018Updated 7 years ago
- yolo3+ocr☆6,119Aug 29, 2022Updated 3 years ago
- 基于人造车牌和caffe多标签分类的端到端中文车牌识别☆36May 9, 2025Updated 11 months ago
- An awesome OCR engine developed by SYSU DeepDriving Lab☆1,085May 11, 2019Updated 6 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- AdvancedEAST is an algorithm used for Scene image text detect, which is primarily based on EAST, and the significant improvement was als…☆1,228Sep 9, 2022Updated 3 years ago
- text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network☆3,436Oct 3, 2023Updated 2 years ago
- darknet text detect and darknet cnn ocr☆1,160Oct 12, 2021Updated 4 years ago
- 基于keras的银行卡号识别☆70Jun 26, 2019Updated 6 years ago
- CNN | Keras/PyTorch | CAPTCHA recognition(卷积神经网络、Keras/PyTorch框架、验证码识别)☆291Nov 18, 2019Updated 6 years ago
- Training program for keras implement crnn in chinese-ocr project☆36May 30, 2018Updated 7 years ago
- use cnn recognize captcha by tensorflow. 本项目针对字符型图片验证码,使用tensorflow实现卷积神经网络,进行验证码识别。☆2,880Dec 8, 2022Updated 3 years ago
- ☆73Dec 31, 2017Updated 8 years ago
- 多标签分类,端到端的中文车牌识别基于mxnet, End-to-End Chinese plate recognition base on mxnet☆1,115Jan 8, 2019Updated 7 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- keras复现场景文本检测网络CPTN: 《Detecting Text in Natural Image with Connectionist Text Proposal Network》;欢迎试用,关注,并反馈问题...☆107Nov 23, 2020Updated 5 years ago
- [验证码识别-训练] This project is based on CNN/ResNet/DenseNet+GRU/LSTM+CTC/CrossEntropy to realize verification code identification. This proje…☆3,193Nov 9, 2025Updated 5 months ago
- Aliyun OSS api for Go☆16Jan 9, 2016Updated 10 years ago
- 基于CNN的车牌号识别☆147Feb 22, 2020Updated 6 years ago
- CAPTCHA generator using cv2.☆28Apr 5, 2019Updated 7 years ago
- Deep Learning on 身份证识别☆124May 28, 2019Updated 6 years ago
- OCR 基于 Keras☆19Feb 24, 2019Updated 7 years ago