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.
- Host: GitHub
- URL: https://github.com/mokira3d48/recaptcher
- Owner: mokira3d48
- License: mit
- Created: 2024-08-02T15:12:11.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-24T16:48:18.000Z (9 months ago)
- Last Synced: 2025-02-09T16:14:43.683Z (3 months ago)
- Topics: captcha-solver, character-recognition, ocr
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ReCaptcher



## 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`.