Skip to content

jiangjingzhi2003/CAPTCHA_Solver_Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAPTCHA Detector

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.

Installation

Chrome Plugin

  1. Clone this repository
  2. Run npm install in this folder to install all dependencies.
  3. Run npm run build to build the extension.
  4. Navigate to chrome://extensions.
  5. Enable Developer Mode.
  6. Load the newly created dist directory in Chrome as an [unpacked extension]
  7. Click the extension icon to open the summary side panel.
  8. Open any web page, the page's content summary will automatically be displayed in the side panel.

Flask Backend

  1. Install Python dependencies:
    pip install -r flask-backend/requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published