Neural Network Model for solving captchas in Python
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
LucasUnioIT df8e2dd7e4 #feat: clear data 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_teste #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