All Projects → wade-zh → mbus

wade-zh / mbus

Licence: other
基于RabbitMQ简单实现验证码识别平台,训练网络模型智能识别图形验证码

Programming Languages

CSS
56736 projects
java
68154 projects - #9 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to mbus

Caffe2 Ios
Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
Stars: ✭ 221 (+497.3%)
Mutual labels:  caffe
Cnn face detection
Implementation based on the paper Li et al., “A Convolutional Neural Network Cascade for Face Detection, ” 2015 CVPR
Stars: ✭ 251 (+578.38%)
Mutual labels:  caffe
List-CoreML-Models
A Big Awesome List CoreML Models.
Stars: ✭ 120 (+224.32%)
Mutual labels:  caffe
Skimcaffe
Caffe for Sparse Convolutional Neural Network
Stars: ✭ 230 (+521.62%)
Mutual labels:  caffe
Cnnforandroid
The Convolutional Neural Network(CNN) for Android
Stars: ✭ 245 (+562.16%)
Mutual labels:  caffe
Cgnl Network.pytorch
Compact Generalized Non-local Network (NIPS 2018)
Stars: ✭ 252 (+581.08%)
Mutual labels:  caffe
Caffe Yolov3 Windows
A windows caffe implementation of YOLO detection network
Stars: ✭ 210 (+467.57%)
Mutual labels:  caffe
caffe-conf-matrix
Python layer for the Caffe deep learning framework to compute the accuracy and the confusion matrix.
Stars: ✭ 20 (-45.95%)
Mutual labels:  caffe
Senet
Squeeze-and-Excitation Networks
Stars: ✭ 2,850 (+7602.7%)
Mutual labels:  caffe
cs-wordpress-bouncer
CrowdSec is an open-source cyber security tool. This plugin blocks detected attackers or display them a captcha to check they are not bots.
Stars: ✭ 25 (-32.43%)
Mutual labels:  captcha
Colorization
Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
Stars: ✭ 2,791 (+7443.24%)
Mutual labels:  caffe
Mtcnn caffe
Simple implementation of kpzhang93's paper from Matlab to c++, and don't change models.
Stars: ✭ 244 (+559.46%)
Mutual labels:  caffe
rotate-captcha
Rotate image captcha,旋转图片验证码
Stars: ✭ 50 (+35.14%)
Mutual labels:  captcha
Dgd person reid
Domain Guided Dropout for Person Re-identification
Stars: ✭ 229 (+518.92%)
Mutual labels:  caffe
campto
Captcha package for nodejs.
Stars: ✭ 21 (-43.24%)
Mutual labels:  captcha
Ide Baseline Market 1501
ID-discriminative Embedding (IDE) for Person Re-identification
Stars: ✭ 220 (+494.59%)
Mutual labels:  caffe
Change Detection Review
A review of change detection methods, including codes and open data sets for deep learning. From paper: change detection based on artificial intelligence: state-of-the-art and challenges.
Stars: ✭ 248 (+570.27%)
Mutual labels:  caffe
canvas-captcha
A simple captcha module for nodejs based on node-canvas
Stars: ✭ 31 (-16.22%)
Mutual labels:  captcha
ulozto-captcha-breaker
Deep learning model using Tensorflow that breaks ulozto captcha codes.
Stars: ✭ 65 (+75.68%)
Mutual labels:  captcha
JDMemberCloseAccount
学习python操作selenium的一个🌰 ,也是一种京东全自动退会方案
Stars: ✭ 1,235 (+3237.84%)
Mutual labels:  captcha

MBUS

基于机器学习Caffe框架,配合RabbitMQ消息队列技术实现图像验证码识别平台

验证码识别服务竞争消费模式,支持集群部署以支撑大流量服务;

经过观察,目前市场上的小平台基本都是这种模式,再优化也是拆分服务,做限流一类的

停止演示

由于服务器到期,之前部署在139服务器用于演示的站点,现在停止服务,接口无法继续使用

自动化编译安装教程请查看:install/使用教程.md

通过xxx/api/uploadAsync上传验证码

然后轮询xxx/api/getResult获取验证码

以上操作在mbus-client\js中有调用实例

mbus-client 多个语言的调用的demo

mbus-common 项目公用代码

mbus-docs 网络与模型文件

mbus-model 项目公用实体类

mbus-site 项目网站代码

mbus-worker 使用易语言写的调用caffe模型的服务端

该项目完成的非常仓促,很多地方细节都没有注意,最初只是为了学习CC如何调用,继而拓展出了这个项目

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].