Neural Network Model for solving captchas in Python
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
LucasUnioIT b019be01ea #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request před 2 roky
__pycache__ #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request před 2 roky
base_letras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 2 roky
captcha_teste #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 2 roky
captcha_tratado #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 2 roky
README.md Initial commit před 2 roky
captcha_miner.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 2 roky
main.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request před 2 roky
modelo_treinado.keras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 2 roky
rotulos_modelo.dat #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 2 roky
separar_letras.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 2 roky
solve_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request před 2 roky
testar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 2 roky
tratar_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request před 2 roky
treinar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas před 2 roky

README.md

captcha-solver

Neural Network Model for solving captchas in Python