Neural Network Model for solving captchas in Python
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
LucasUnioIT df8e2dd7e4 #feat: clear data il y a 2 ans
__pycache__ #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request il y a 2 ans
base_letras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas il y a 2 ans
captcha_teste #feat: last configs il y a 2 ans
README.md Initial commit il y a 2 ans
captcha_miner.py #feat: last configs il y a 2 ans
main.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request il y a 2 ans
modelo_treinado.keras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas il y a 2 ans
rotulos_modelo.dat #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas il y a 2 ans
separar_letras.py #feat: last configs il y a 2 ans
solve_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request il y a 2 ans
testar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas il y a 2 ans
tratar_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request il y a 2 ans
treinar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas il y a 2 ans

README.md

captcha-solver

Neural Network Model for solving captchas in Python