Release/v0.0.1 (#5) * Feature/captcha treatment (#1) * chore: install opencv-python, Pyllow and add at requirements file * chore: add function to treat captcha images * chore: move bdcaptcha folder to images * chore: create treated_images folder * chore: add function to separate letters from image * chore: add folders to store letter images and pictures with letters identified * Feature/organize database (#2) * chore: add more images in bdcaptcha to use how database * chore: add more images in identified to get more letters * chore: add more images in treated_images * chore: add letters identifieds in a folder * chore: add 30 images of each letter in folders to use how database * Feature/train model (#3) * chore: install sklearn, imutils, numpy, tensorflow and keras at requirements file * chore: add helper module with a function to resize * chore: add all imports on module * fix: remove folders of "modules" * refactor: separate functions because scope * chore: add function to train the IA that will recognize the captchas * chore: add files createds by IA * Captcha resolver (#4) * chore: add imports * chore: add function to break captcha * chore: add folder to captchas tested * chore: add main file