Coder Social home page Coder Social logo

cgzzt's Introduction

CGZZT

a simple Chinese CAPTCHA Recognition Tool

工具准备

代码说明

wind.py

启动一个GUI展示预测功能(需要网络,自动从网站上下载并预测,人工统计正确率)

-symbol.json

网络结构

.params

网络参数

char.pki

字符编号

Mxnet Build tutorials

# Clone mxnet repository. In terminal, run the commands WITHOUT "sudo"
git clone https://github.com/dmlc/mxnet.git ~/MXNet/mxnet --recursive

# Install MXNet dependencies
cd ~/MXNet/mxnet/setup-utils
bash install-mxnet-ubuntu.sh

# We have added MXNet Python package path in your ~/.bashrc. 
# Run below command to refresh environment variables.
$ source ~/.bashrc

Git使用说明

先本地设置好,fork一份到自己的仓库,用https方法clone一份到本机

添加我的仓库为远程源

git remote -v
git remote add upstream https://github.com/tsstss123/CGZZT/

从主仓库拉更新

git fetch upstream
git merge upstream/master

在github网页上更新的方法

fork后如何同步源的新更新

向我提交代码,向我发起pull request即可

git学习参考

史上最浅显易懂的Git教程! 廖雪峰

Pro Git(中文版)

Git远程操作详解 阮一峰

fork后如何跟上源repo的变化

Markdown学习参考

Markdown入门指南

cgzzt's People

Contributors

tsstss123 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.