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)
git clone https://github.com/v3ntur4X/solve_captcha_pje.git
cd solve_captcha_pje/
python -m pip install .
cd solve_captcha_pje/
python tests.py
- Function to predict an image
- Implement another way to save the generated model