Neural Network Model for solving captchas in Python
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
LucasUnioIT b019be01ea #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 7 месяцев назад
__pycache__ #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 7 месяцев назад
base_letras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 месяцев назад
captcha_teste #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 месяцев назад
captcha_tratado #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 месяцев назад
README.md Initial commit 7 месяцев назад
captcha_miner.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 месяцев назад
main.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 7 месяцев назад
modelo_treinado.keras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 месяцев назад
rotulos_modelo.dat #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 месяцев назад
separar_letras.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 месяцев назад
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 месяцев назад
testar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 месяцев назад
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 месяцев назад
treinar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 7 месяцев назад

README.md

captcha-solver

Neural Network Model for solving captchas in Python