tony2guo / nthu-ccxp-captcha

Decaptcha for NTHU Academic Information Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NTHU CCXP Decaptcha

Automatically fill in the captcha on the NTHU Academic Information Systems.

Download & Installation

Privacy Policy

This extension does not collect any personal data.

Implementation Details

Data Collection

  • Download and manually label the images

Data Preprocessing

  • Split the image into six patches of equal width

Model

  • Conv2d Layer x 2
  • BatchNorm Layer after each Conv2d
  • ReLU as the activation function
  • Apply Adaptive Average Pooling to get 2x2 feature
  • Linear layer x 1

Extension

  • Download the captcha image
  • Transform to an Array of bytes
  • JSON.stringify the array and pass it to the API

About

Decaptcha for NTHU Academic Information Systems

License:MIT License


Languages

Language:Python 73.2%Language:JavaScript 26.8%