Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
High accuracy captcha solver for SJTU Jaccount login page using SVM and ResNet.

![captcha example](screenshots/captcha.jpg)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FPhotonQuantum%2Fjaccount-captcha-solver.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FPhotonQuantum%2Fjaccount-captcha-solver?ref=badge_shield)

This work includes two high performance recognizers.

Expand Down Expand Up @@ -108,9 +109,12 @@ gbmke

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details


[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FPhotonQuantum%2Fjaccount-captcha-solver.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FPhotonQuantum%2Fjaccount-captcha-solver?ref=badge_large)

## Acknowledgments

- [T.T. Tang](https://github.com/EletronicElephant) for his idea and support on training a ResNet-20 model
to do end-to-end multi-task learning on captcha images.

- [Yerlan Idelbayev](https://github.com/akamaster) for his ResNet implementation.
- [Yerlan Idelbayev](https://github.com/akamaster) for his ResNet implementation.