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

README.md

captcha-solver

Neural Network Model for solving captchas in Python