Neural Network Model for solving captchas in Python
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
LucasUnioIT 6334a7eafa #feat: last configs 6 meses atrás
__pycache__ #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 7 meses atrás
base_letras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 meses atrás
captcha_images #feat: last configs 6 meses atrás
captcha_teste #feat: last configs 6 meses atrás
captcha_tratado #feat: last configs 6 meses atrás
caracteres #feat: last configs 6 meses atrás
identificado #feat: last configs 6 meses atrás
README.md Initial commit 7 meses atrás
captcha_miner.py #feat: last configs 6 meses atrás
main.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 7 meses atrás
modelo_treinado.keras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 meses atrás
rotulos_modelo.dat #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 meses atrás
separar_letras.py #feat: last configs 6 meses atrás
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 meses atrás
testar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 meses atrás
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 meses atrás
treinar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 meses atrás

README.md

captcha-solver

Neural Network Model for solving captchas in Python