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 6334a7eafa #feat: last configs 6 months ago
__pycache__ #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 7 months ago
base_letras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 months ago
captcha_images #feat: last configs 6 months ago
captcha_teste #feat: last configs 6 months ago
captcha_tratado #feat: last configs 6 months ago
caracteres #feat: last configs 6 months ago
identificado #feat: last configs 6 months ago
README.md Initial commit 7 months ago
captcha_miner.py #feat: last configs 6 months ago
main.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 7 months ago
modelo_treinado.keras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 months ago
rotulos_modelo.dat #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 months ago
separar_letras.py #feat: last configs 6 months ago
solve_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 7 months ago
testar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 months ago
tratar_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 7 months ago
treinar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 months ago

README.md

captcha-solver

Neural Network Model for solving captchas in Python