AI-powered CAPTCHA recognition system leveraging ONNX for accurate and efficient verification, integrated with a Node.js web API.
pnpm installpnpm run start
POST Request body:
{
"image": "data:image/jpeg;base64,<...>"
}
Remember to launch the server seperately
pnpm run start # Serverpnpm 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 |