Neural Network Model for solving captchas in Python
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
LucasUnioIT 6334a7eafa #feat: last configs 2 роки тому
__pycache__ #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 2 роки тому
base_letras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 2 роки тому
captcha_images #feat: last configs 2 роки тому
captcha_teste #feat: last configs 2 роки тому
captcha_tratado #feat: last configs 2 роки тому
caracteres #feat: last configs 2 роки тому
identificado #feat: last configs 2 роки тому
README.md Initial commit 2 роки тому
captcha_miner.py #feat: last configs 2 роки тому
main.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 2 роки тому
modelo_treinado.keras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 2 роки тому
rotulos_modelo.dat #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 2 роки тому
separar_letras.py #feat: last configs 2 роки тому
solve_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 2 роки тому
testar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 2 роки тому
tratar_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request 2 роки тому
treinar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas 2 роки тому

README.md

captcha-solver

Neural Network Model for solving captchas in Python