/Captcha-Detection-Web-API

I create a web API server, pretrain a model with captcha images and try to detect them. Then return that captcha's string.

Primary LanguagePython

CAPTCHA DETECTION

to use UI:

  • install nodejs
  • install npm then cd to UI folder and run:
  • npm install (to build)
  • npm run serve (to start server)

on Browser install CORS Access-Control-Allow-Origin extension and turn it on (UI server run best on Firefox)

to use python server:

(need to start both servers to run this application successfully)