Skip to content

v3ntur4X/solve_captcha_pje

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solve Captcha PJE

This project is an implementation of the article "Neural Network from scratch in Python"

Attention: this project saves the generated models in pickle format, so keep in mind that it may be executing malicious code lol (I'm thinking of another way to save the model)

How to install

git clone https://github.com/v3ntur4X/solve_captcha_pje.git
cd solve_captcha_pje/
python -m pip install .

How to run the tests

cd solve_captcha_pje/
python tests.py

To-do:

  • Function to predict an image
  • Implement another way to save the generated model

About

Neural Network to solve captchas from PJE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages