AI-powered CAPTCHA recognition system leveraging ONNX for accurate and efficient verification, integrated with a Node.js web API.
pnpm install
npm run start
POST Request body:
{
"image": "data:image/jpeg;base64,<...>"
}
Remember to launch the server seperately
npm run start # Server
npm run test # Tests client
Library | Usage |
---|---|
- Assert - Axios - Canvas - CLI-Progress - Mocha |
Testing Functionality |
- Fastify - Pino-Pretty |
API |
- OnnxRuntime-Node - Sharp |
ONNX Recognition System |
- Dotenv | Envireonment variables |
- Nodemon | Development reload mode |