Clone the repository of this project by running the following command.
git clone https://github.com/lodovicoazzini/unboxer.git
Create and activate the conda environment from the provided env.yml
file executing the following commands.
conda env create -f env.yml --name unboxer
conda activate unboxer
Move in the feature_map/pypotrace/
directory and install the required tool executing the following commands.
brew install libagg pkg-config potrace
cd feature_map/pypotrace/
pip install .
cd ../../
Install the dependency executing the following commands.
brew install pygobject3 gtk+3
brew install cairo
Install the dependencies executing the following command.
pip install -r requirements.txt