Neural Network Model for solving captchas in Python
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
LucasUnioIT 6334a7eafa #feat: last configs před 1 rokem
__pycache__ #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request před 1 rokem
base_letras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 1 rokem
captcha_images #feat: last configs před 1 rokem
captcha_teste #feat: last configs před 1 rokem
captcha_tratado #feat: last configs před 1 rokem
caracteres #feat: last configs před 1 rokem
identificado #feat: last configs před 1 rokem
README.md Initial commit před 1 rokem
captcha_miner.py #feat: last configs před 1 rokem
main.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request před 1 rokem
modelo_treinado.keras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 1 rokem
rotulos_modelo.dat #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 1 rokem
separar_letras.py #feat: last configs před 1 rokem
solve_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request před 1 rokem
testar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 1 rokem
tratar_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request před 1 rokem
treinar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 1 rokem

README.md

captcha-solver

Neural Network Model for solving captchas in Python