Neural Network Model for solving captchas in Python
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
LucasUnioIT 6334a7eafa #feat: last configs 6 місяці тому
__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_images #feat: last configs 6 місяці тому
captcha_teste #feat: last configs 6 місяці тому
captcha_tratado #feat: last configs 6 місяці тому
caracteres #feat: last configs 6 місяці тому
identificado #feat: last configs 6 місяці тому
README.md Initial commit 7 місяці тому
captcha_miner.py #feat: last configs 6 місяці тому
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: last configs 6 місяці тому
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