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