An open API service indexing awesome lists of open source software.

https://github.com/mokira3d48/recaptcher

Response to Capcha composer.
https://github.com/mokira3d48/recaptcher

captcha-solver character-recognition ocr

Last synced: about 2 months ago
JSON representation

Response to Capcha composer.

Awesome Lists containing this project

README

        

# ReCaptcher
![](https://img.shields.io/badge/Python-3.10.12-blue)
![](https://img.shields.io/badge/LICENSE-MIT-%2300557f)
![](https://img.shields.io/badge/lastest-2024--08--02-success)
![](https://img.shields.io/badge/contact-dr.mokira%40gmail.com-blueviolet)

## Dev Install
1. `sudo apt install cmake python3-venv` Install *Cmake* and *Virtual env*;
2. `make venv` create a virtual env into directory named `env`;
3. `ssource env/bin/activate` activate the virtual environment named `env`;
4. `make install` install the requirements of this package;
5. `make dev` install the package in dev mode in virtual environment;
6. `make test` run the unit test scripts located at `tests` directory;
7. `mkae run` run script located at `src/recaptcher/__main__.py`.