Neural Network Model for solving captchas in Python
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
LucasUnioIT df8e2dd7e4 #feat: clear data 2 лет назад
__pycache__ #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 2 лет назад
base_letras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 2 лет назад
captcha_teste #feat: last configs 2 лет назад
README.md Initial commit 2 лет назад
captcha_miner.py #feat: last configs 2 лет назад
main.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 2 лет назад
modelo_treinado.keras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 2 лет назад
rotulos_modelo.dat #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 2 лет назад
separar_letras.py #feat: last configs 2 лет назад
solve_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 2 лет назад
testar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 2 лет назад
tratar_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 2 лет назад
treinar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 2 лет назад

README.md

captcha-solver

Neural Network Model for solving captchas in Python