This project is a Chrome extension that detects CAPTCHA elements on web pages and uses a Flask backend with Azure Computer Vision API for advanced CAPTCHA analysis.
- Navigate to
chrome://extensions
. - Enable Developer Mode.
- Load the unpacked extension from the
chrome-plugin/
directory.
- Install Python dependencies:
pip install -r flask-backend/requirements.txt