cv-cli is a project made to encapsulate computer vision algorithms in a simple cli for fun pourposes.
- Improve gender detection accuracy
- Add custom training functionallity
There is no installation script at this moment. Just clone the repo and execute the cli.py script.
You will need:
- python (3.x)
- pip
- pipenv
And some pip dependencies :
cd [project_folder]
pipenv install pytest
pipenv install numpy
pipenv install cv2
pìpenv install nptyping
pipenv python cv-cli.py --command gender-detection \
--input $(pwd)/data/images/woman_frontal.jpg
Execute tests with the following command from root project dir.
pipenv run python -m pytest
Pytest will execute all tests inside modules matching the regular expression [Tt]est[-_]*.