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