Python Architecture Project consists of three services:
streamlit-ui
: web iterface for interactionml-api
: service that provised api to evaluate the trained Burned Areas Segmentation model on 4-channel Planet satellite imagesmetrics-api
: service that provised api to calculate IoU score (and, potentially other metrics)
Execute docker-compose up
to run the project.
Test images and ground truth masks can be found in images
folder.
See demo videos in demo
folder.