This implementation uses Python 3.7, Keras, TensorFlow, Rasterio, Shapely and Jupyter.
Install the requirements.
- These are located in
./requirements.txt
. - They can be installed with
pip3 install -r requirements.txt
orconda create –-name trees_env –-file requirements.txt
.
Or to create a docker image with the all the dependencies pre-installed, follow this repo.
More information about the jupyter notebooks can be found on jupyter.org.