This branch of the project is responsible for processing satellite images and analyzing them using segmentation technology (SAM). The primary objective is to track changes in forest areas, with a particular focus on identifying illegal deforestation.
To run the backend, follow these steps:
- Install the necessary packages by running:
pip install -r requirements.txt
- Start the backend by running
main.py
.
Explain how to use the backend and provide any necessary details on data input, output, and configuration.