Portuguese speaker? click here
Source code from undergraduate research "ANÁLISE DE FERRAMENTAS DE TRATAMENTO DE IMAGENS PARA CONTAGEM DE UNIDADES FORMADORAS DE COLÔNIA (UFC)".
In this project I'm using venv and command line.
- Once you have cloned the repository, create a new virtual enviroment with
python3 -m venv my_venv
- Then run
pip3 install -r ./requirements.txt
to install the dependencies.