Neural Network Model for solving captchas in Python
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
LucasUnioIT df8e2dd7e4 #feat: clear data 6 个月前
__pycache__ #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 7 个月前
base_letras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 个月前
captcha_teste #feat: last configs 6 个月前
README.md Initial commit 7 个月前
captcha_miner.py #feat: last configs 6 个月前
main.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 7 个月前
modelo_treinado.keras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 个月前
rotulos_modelo.dat #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 个月前
separar_letras.py #feat: last configs 6 个月前
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 个月前
testar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 个月前
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 个月前
treinar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 个月前

README.md

captcha-solver

Neural Network Model for solving captchas in Python