ulozto-captcha-breaker icon indicating copy to clipboard operation
ulozto-captcha-breaker copied to clipboard

Deep learning model using Tensorflow that breaks ulozto captcha codes.

Results 8 ulozto-captcha-breaker issues
Sort by recently updated
recently updated
newest added

Hi, if i want to tain my own model i keep getting the error message: ImportError: cannot import name 'all_correct_acc' from 'metrics' can you give me a hint why i...

Bumps [scipy](https://github.com/scipy/scipy) from 1.9.3 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Bumps [grpcio](https://github.com/grpc/grpc) from 1.50.0 to 1.53.0. Release notes Sourced from grpcio's releases. Release v1.53.0 This is release 1.53.0 (glockenspiel) of gRPC Core. For gRPC documentation, see grpc.io. For previous releases,...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 3.0.1. Release notes Sourced from werkzeug's releases. 3.0.1 This is a security release for the 3.0.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-1 3.0.0 This is a feature...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

python -m pip install -r "requirements.txt" -e . python bin/simple_captcha_generate.py --height=80 --width=320 --available_chars="012345678" --captcha_length=4 --dataset_size=100 python bin/captcha_annotate.py --val_split=0.1 --test_split=0.1 --case_sensitive python bin/train.py --available_chars="012345678" --captcha_length=4 after running all these step there...