earaujoassis / captchalyzer

Extractor of captcha data from analyzed and classified sound files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Captchalyzer

Extractor of captcha data from analyzed and classified sound files

Setup & Running

First you need to create and to activate the venv and install the requirements. Please make sure to use Python 3 (it must be version 3.6.5 or below; hmmlearn is not installable through versions above 3.6.6). You may use asdf to manage Python versions; a .tool-versions file is already provided.

$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

Audio files should be available at audiofiles/base_treinamento_I and audiofiles/base_validacao_I.

Once those requirements are met, you may run:

$ python captchalyzer.py

License

MIT License © Ewerton Assis, for code base. CC BY-NC-ND © Ewerton Assis, for the report.

About

Extractor of captcha data from analyzed and classified sound files

License:MIT License


Languages

Language:Python 100.0%