From 5640e7c75a4a06020aeba0bd3977475f532c5af0 Mon Sep 17 00:00:00 2001 From: ZYSzys <17367077526@163.com> Date: Thu, 7 Jun 2018 23:37:44 +0800 Subject: [PATCH] :stars: Upcase the first character of desp' --- README-zh.md | 6 +++--- README.md | 26 +++++++++++++------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README-zh.md b/README-zh.md index c31af5c..467aa71 100644 --- a/README-zh.md +++ b/README-zh.md @@ -29,9 +29,9 @@ ## Generation - [Captcha](https://github.com/dchest/captcha) - Go package captcha implements generation and verification of image and audio CAPTCHAs. - [Captcha](https://github.com/lepture/captcha) - A captcha library that generates audio and image CAPTCHAs. -- [SVG-captcha](https://github.com/lemonce/svg-captcha) - generate svg captcha in node. -- [Ccap](https://github.com/DoubleSpout/ccap) - node.js generate captcha using c++ library CImg without install any other lib or software. -- [Captchagen](https://github.com/contra/captchagen) - Captcha generation for NodeJS. +- [SVG-captcha](https://github.com/lemonce/svg-captcha) - 用node生成svg格式的验证码. +- [Ccap](https://github.com/DoubleSpout/ccap) - Node.js generate captcha using c++ library CImg without install any other lib or software. +- [Captchagen](https://github.com/contra/captchagen) - Captcha generation for Node.js. - [CaptchaImageView](https://github.com/jineshfrancs/CaptchaImageView) - 自定义ImageView生成验证码图像。 - [SwipeCaptcha](https://github.com/mcxtzhang/SwipeCaptcha) - Android平台的滑动验证码。 - [Base64Captcha](https://github.com/mojocn/base64Captcha) - 快速生成base64编码图片验证码字符串.base64图形验证码(captcha)为golang而设计. diff --git a/README.md b/README.md index feb0d87..1e8c92e 100644 --- a/README.md +++ b/README.md @@ -29,39 +29,39 @@ ## Generation - [Captcha](https://github.com/dchest/captcha) - Go package captcha implements generation and verification of image and audio CAPTCHAs. - [Captcha](https://github.com/lepture/captcha) - A captcha library that generates audio and image CAPTCHAs. -- [SVG-captcha](https://github.com/lemonce/svg-captcha) - generate svg captcha in node. -- [Ccap](https://github.com/DoubleSpout/ccap) - node.js generate captcha using c++ library CImg without install any other lib or software. -- [Captchagen](https://github.com/contra/captchagen) - Captcha generation for NodeJS. +- [SVG-captcha](https://github.com/lemonce/svg-captcha) - Generate svg captcha in node. +- [Ccap](https://github.com/DoubleSpout/ccap) - Node.js generate captcha using c++ library CImg without install any other lib or software. +- [Captchagen](https://github.com/contra/captchagen) - Captcha generation for Node.js. - [CaptchaImageView](https://github.com/jineshfrancs/CaptchaImageView) - Custom ImageView to generate captcha image. - [SwipeCaptcha](https://github.com/mcxtzhang/SwipeCaptcha) - Swipe captcha of Android platform. -- [Base64Captcha](https://github.com/mojocn/base64Captcha) - golang base64-captcha supports digits, numbers,alphabet, arithmetic, audio and digit-alphabet captcha. +- [Base64Captcha](https://github.com/mojocn/base64Captcha) - Golang base64-captcha supports digits, numbers,alphabet, arithmetic, audio and digit-alphabet captcha. ## Crack ### General - [Captcha](https://github.com/arunpatala/captcha) - Breaking captchas using torch. -- [CAPTCHA](https://github.com/zakizhou/CAPTCHA) - implement classification for CAPTCHA in TensorFlow. -- [Captcha-break](https://github.com/nladuo/captcha-break) - captcha break based on opencv2, tesseract-ocr and some machine learning algorithm. -- [Captcha_break](https://github.com/ypwhs/captcha_break) - captcha break using CNN with Keras. -- [Simple-captcha-solver](https://github.com/ptigas/simple-captcha-solver) - simple CAPTCHA solver in python 🐍. +- [CAPTCHA](https://github.com/zakizhou/CAPTCHA) - Implement classification for CAPTCHA in TensorFlow. +- [Captcha-break](https://github.com/nladuo/captcha-break) - Captcha break based on opencv2, tesseract-ocr and some machine learning algorithm. +- [Captcha_break](https://github.com/ypwhs/captcha_break) - Captcha break using CNN with Keras. +- [Simple-captcha-solver](https://github.com/ptigas/simple-captcha-solver) - Simple CAPTCHA solver in python 🐍. - [SimGAN-Captcha](https://github.com/rickyhan/SimGAN-Captcha) - Solve captcha without manually labeling a training set. -- [Captcha](https://github.com/HLearning/captcha) - crack captcha using CNN. +- [Captcha](https://github.com/HLearning/captcha) - Crack captcha using CNN. - [Captcha.irctc](https://github.com/arunpatala/captcha.irctc) - Reading irctc captchas with 98% accuracy using deep learning. - [Captcha-tensorflow](https://github.com/JackonYang/captcha-tensorflow) - Image Captcha Solving Using TensorFlow and CNN Model. - [CNN_keras](https://github.com/skyduy/CNN_keras) - CNN | Keras | CAPTCHA recognition(卷积神经网络、Keras框架、验证码识别). - [Captcha_recognize](https://github.com/PatrickLib/captcha_recognize) - Image Recognition captcha without image segmentation. - [Captcha_svm](https://github.com/zhengwh/captcha-svm) - Use svm to hack simple captcha. -- [Captcha_cracker](https://github.com/chxj1992/captcha_cracker) - crack captcha with CNN. +- [Captcha_cracker](https://github.com/chxj1992/captcha_cracker) - Crack captcha with CNN. - [Slide_captcha_cracker](https://github.com/chxj1992/slide_captcha_cracker) - Crack solution for slide captcha with Canny algorithm. - [Simple-railway-captcha-solver](https://github.com/JasonLiTW/simple-railway-captcha-solver#english-version) - Simple captcha solver based on CNN and a training set generator by imitating the style of captcha. -- [CAPTCHA-breaking](https://github.com/lllcho/CAPTCHA-breaking) +- [CAPTCHA-breaking](https://github.com/lllcho/CAPTCHA-breaking) - Breaking the captcha. ### Chinese -- [Chinese_hand_write_rec](https://github.com/burness/tensorflow-101/tree/master/chinese_hand_write_rec/src) - handwritten chinese recognition. +- [Chinese_hand_write_rec](https://github.com/burness/tensorflow-101/tree/master/chinese_hand_write_rec/src) - Handwritten chinese recognition. - [CNN_handwritten_chinese_recognition](https://github.com/taosir/cnn_handwritten_chinese_recognition) - As the name shows, handwritten_chinese_recognition with cnn. - [Chinese-Character-Recognition](https://github.com/soloice/Chinese-Character-Recognition) - This project shows how to use CNN to perform Chinese character recognition, a much more complicated task compared to MNIST digit recognition. -- [Zheye](https://github.com/muchrooms/zheye) - 者也 - 知乎 倒立的文字 汉字验证码识别程序. +- [Zheye](https://github.com/muchrooms/zheye) - Chinese captcha recognition program for handstand character of zhihu. - [12306-captcha](https://github.com/aaronshan/12306-captcha) - Recognize 12306 captcha with deep learning.