Skip to content

tejjusbhat/captcha_solver

Repository files navigation

Grid Captcha Solver Web App

Overview

This is a Python web application designed to solve grid captchas commonly found on various websites. The application utilizes image processing techniques and machine learning algorithms to accurately decipher grid-based captchas.

Screenshot from 2024-02-20 20-12-48 Screenshot from 2024-02-20 20-13-00 Screenshot from 2024-02-20 20-13-04

Features

  • Upload grid captcha images for solving.
  • Display the solved captcha result.
  • Work in progress: ongoing improvements and enhancements.

Visit the website

http://tejjusbhat.pythonanywhere.com/

Installation

  1. Clone the repository to your local machine:
    git clone https://github.com/yourusername/grid-captcha-solver.git
    
  2. Navigate to the project directory:
    cd grid-captcha-solver
    
  3. Install the required dependencies:
    pip install -r requirements.txt
    

NOTE: This project requires you to download tesseract and add it to PATH

Usage

  1. Start the web application by running:
    python app.py
    
  2. Open your web browser and go to http://localhost:5000.
  3. Upload the grid captcha image you want to solve.
  4. Click the "Solve" button to process the captcha.
  5. The solved captcha result will be displayed on the webpage.

Disclaimer

This project is for educational and research purposes only. Use it responsibly and at your own risk.

About

An API to solve grid based captchas using YOLOv8 Object Detection

Topics

Resources

Stars

Watchers

Forks