Neural Network Model for solving captchas in Python
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
LucasUnioIT df8e2dd7e4 #feat: clear data vor 2 Jahren
__pycache__ #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request vor 2 Jahren
base_letras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas vor 2 Jahren
captcha_teste #feat: last configs vor 2 Jahren
README.md Initial commit vor 2 Jahren
captcha_miner.py #feat: last configs vor 2 Jahren
main.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request vor 2 Jahren
modelo_treinado.keras #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas vor 2 Jahren
rotulos_modelo.dat #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas vor 2 Jahren
separar_letras.py #feat: last configs vor 2 Jahren
solve_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request vor 2 Jahren
testar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas vor 2 Jahren
tratar_captcha.py #feat: Create function to decode base64 and return captcha, and creating the main.py with the endpoint to receive the request vor 2 Jahren
treinar_modelo.py #feat: Criacao do modelo de Rede Neural para rotulacao e identificacao dos captchas vor 2 Jahren

README.md

captcha-solver

Neural Network Model for solving captchas in Python