Welcome to the Team CAMAI project repository! Our goal is to use AI models to predict shifts in river flows, assisting communities, governments, and real estate agents in making informed decisions.
- Help communities around the river make better decisions
- Assist governments in developing improved infrastructure plans
- Support real estate agents in making smarter investments
We analyze observed patterns from satellite images and present our results.
Data/
- Directory containing raw and preprocessed satellite imagescurve_peaks.ipynb
- Jupyter notebook with code for curve peak detectionsegmentation.ipynb
- Jupyter notebook with code for preprocessing raw input imagesRiverLSTM.ipynb
- Jupyter notebook with LSTM model for image sequence prediction
- Explore the
Data/
directory to view raw and preprocessed satellite images - Review
curve_peaks.ipynb
for curve peak detection techniques - Examine
segmentation.ipynb
for preprocessing raw input images - Investigate
RiverLSTM.ipynb
for our LSTM-based image sequence prediction model