diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10c8103 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*/.DS_Store \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..fee48ce --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# How to Contribute? + +If you want to contribute to this list, feel free to do so by following these simple steps. Keep in mind that you should have consumed the content you want to contribute to this list. + + +## Make sure you agree to the license + +Check out the `LICENSE` file and make sure you agree that you are comfortable with sharing your contributions to this list with that license. \ No newline at end of file diff --git a/README-zh.md b/README-zh.md index 813590d..bb7f60f 100644 --- a/README-zh.md +++ b/README-zh.md @@ -10,7 +10,10 @@ ## Contents - [Libraries](#libraries) +- [Generation](#generation) - [Crack](#crack) + - [General](#general) + - [Chinese](#chinese) - [Tools](#tools) - [Other](#other) @@ -19,16 +22,23 @@ - [captcha](https://github.com/mewebstudio/captcha) - Captcha for Laravel 5. - [Captcha](https://github.com/Gregwar/Captcha) - PHP Captcha library. -- [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. - [captcha](https://github.com/trekjs/captcha) - A Lightweight Pure JavaScript Captcha for Node.js. No C/C++, No ImageMagick, No Canvas. - [patchca](https://github.com/pusuo/patchca) - Simple yet powerful CAPTCHA library written in Java. +## 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. + + ## Crack -- [cpatcha](https://github.com/arunpatala/captcha) - Breaking captchas using torch. -- [CAPTCHA](https://github.com/zakizhou/CAPTCHA) - implement classification for CAPTCHA in TensorFlow. +### General +- [captcha](https://github.com/arunpatala/captcha) - 使用torch破解验证码。 +- [CAPTCHA](https://github.com/zakizhou/CAPTCHA) - 使用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 🐍. @@ -37,8 +47,14 @@ - [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-breaking](https://github.com/lllcho/CAPTCHA-breaking) +### Chinese +- [cnn_handwritten_chinese_recognition](https://github.com/taosir/cnn_handwritten_chinese_recognition) - CNN在线识别手写中文。 +- [Chinese-Character-Recognition](https://github.com/soloice/Chinese-Character-Recognition) - 使用CNN进行中文识别。 + ## Tools @@ -46,9 +62,6 @@ - [negative-captcha](https://github.com/subwindow/negative-captcha) - A plugin to make the process of creating a negative captcha in Rails much less painful. - [django-simple-captcha](https://github.com/mbi/django-simple-captcha) - An extremely simple, yet highly customizable Django application to add captcha images to any Django form. - [securimage](https://github.com/dapphp/securimage) - PHP CAPTCHA Script. -- [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. ## Other diff --git a/README.md b/README.md index 813590d..1d90e57 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,10 @@ ## Contents - [Libraries](#libraries) +- [Generation](#generation) - [Crack](#crack) + - [General](#general) + - [Chinese](#chinese) - [Tools](#tools) - [Other](#other) @@ -19,15 +22,22 @@ - [captcha](https://github.com/mewebstudio/captcha) - Captcha for Laravel 5. - [Captcha](https://github.com/Gregwar/Captcha) - PHP Captcha library. -- [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. - [captcha](https://github.com/trekjs/captcha) - A Lightweight Pure JavaScript Captcha for Node.js. No C/C++, No ImageMagick, No Canvas. - [patchca](https://github.com/pusuo/patchca) - Simple yet powerful CAPTCHA library written in Java. +## 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. + + ## Crack -- [cpatcha](https://github.com/arunpatala/captcha) - Breaking captchas using torch. +### 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. @@ -37,8 +47,13 @@ - [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-breaking](https://github.com/lllcho/CAPTCHA-breaking) +### Chinese +- [cnn_handwritten_chinese_recognition](https://github.com/taosir/cnn_handwritten_chinese_recognition) - 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. ## Tools @@ -46,9 +61,6 @@ - [negative-captcha](https://github.com/subwindow/negative-captcha) - A plugin to make the process of creating a negative captcha in Rails much less painful. - [django-simple-captcha](https://github.com/mbi/django-simple-captcha) - An extremely simple, yet highly customizable Django application to add captcha images to any Django form. - [securimage](https://github.com/dapphp/securimage) - PHP CAPTCHA Script. -- [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. ## Other