Chryse.AI is a Python-based toolkit designed for landscape delineation using multispectral and Synthetic Aperture Radar (SAR) imagery. It offers functionalities for:
- 🌈 Colorizing SAR images
- 🌳 Deforestation detection
- 🏔️ Avalanche delineation through an interactive Streamlit interface
git clone https://github.com/Svastik73/Chryse.AI.git
cd Chryse.AI###Install Dependencies
pip install -r requirements.txt###1. SAR Image Colorization To colorize SAR images using a Convolutional Neural Network (CNN):
python CNN_SAR_color.py###2. Deforestation Detection For detecting deforestation areas:
python deforestation_new.py###3. Avalanche Delineation (Streamlit App) Launch the Streamlit web application for interactive avalanche delineation:
streamlit run streamlit_avalanche.py



