/python-opencv-recaptcha

A simple application to simulate google's reCaptcha using face and hand gestures via opencv

Primary LanguagePython

Python reCaptcha

A simple application to simulate google's reCaptcha using face and hand gestures via opencv

Disclaimer.

This project is for educational and research purposes only. Any actions and/or activities related to the material contained on this GitHub Repository is solely your responsibility. The misuse of the information in this GitHub Repository can result in criminal charges brought against the persons in question. The author will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this GitHub Repository to break the law.

Getting Started

Project structure

  • reCaptcha/
    • bin/
    • resources/
    • reCaptcha.exe
    • startup.py

Launch the reCaptcha.exe to run the application

Prerequisites

You must have Python and Pip Installed

How to run

Create a python virtual environment see documentation

$ virtualenv venv

install the dependencies. Note: don't forget to activate the virtual environment first see more

$ pip intsall -r requirements.txt

start the application

$ python startup.py

Screenshots

Build

For details on how to compile to .exe executable, Please see PyInstaller Documentation

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details