From d2b96d41896375e1d24b02715e4fb222e339b127 Mon Sep 17 00:00:00 2001 From: fossabot Date: Tue, 18 Feb 2020 23:32:35 -0600 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acc6372..8b09fb5 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file