Neural Network Model for solving captchas in Python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LucasUnioIT df8e2dd7e4 #feat: clear data 1 vuosi sitten
__pycache__ #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 1 vuosi sitten
base_letras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 1 vuosi sitten
captcha_teste #feat: last configs 1 vuosi sitten
README.md Initial commit 1 vuosi sitten
captcha_miner.py #feat: last configs 1 vuosi sitten
main.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 1 vuosi sitten
modelo_treinado.keras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 1 vuosi sitten
rotulos_modelo.dat #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 1 vuosi sitten
separar_letras.py #feat: last configs 1 vuosi sitten
solve_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 1 vuosi sitten
testar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 1 vuosi sitten
tratar_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 1 vuosi sitten
treinar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 1 vuosi sitten

README.md

captcha-solver

Neural Network Model for solving captchas in Python