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.
- Upload grid captcha images for solving.
- Display the solved captcha result.
- Work in progress: ongoing improvements and enhancements.
https://www.tejjusbhat.com/solve-captcha
- Clone the repository to your local machine:
git clone https://github.com/yourusername/grid-captcha-solver.git
- Navigate to the project directory:
cd grid-captcha-solver
- Install the required dependencies:
pip install -r requirements.txt
- Start the web application by running:
python app.py
- Open your web browser and go to
http://localhost:5000
. - Upload the grid captcha image you want to solve.
- Click the "Solve" button to process the captcha.
- The solved captcha result will be displayed on the webpage.
This project is for educational and research purposes only. Use it responsibly and at your own risk.