Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
NPriyanka 536d902637
Added water column corrected images to wcc_summer folder
1 week ago
f3572959b5
Revert "Uploaded Croatia data card"
1 month ago
f0c6be8313
Added the notebook for U-net model of cleaned summer images (both Croatia and Greece images)
2 weeks ago
4de976c132
'deploying_web_app_files'
1 month ago
c39b187e40
'deploying_web_app_files'
1 month ago
c39b187e40
'deploying_web_app_files'
1 month ago
0221d54e78
Upload files to 'task4-presence-absence-data-collection-and-eda'
2 months ago
5d87ff733d
Adds Croatia landmask to Seagrass folder
2 months ago
d6d2b91e59
Adds a notebook about Spectral analysis for Greek sea subregions
2 months ago
aec263fc66
[ADD] Dockerize streamlit app
3 months ago
1098c59ac5
Adds a missing closing quote to instruction #5 in Setting up DVC
3 months ago
60ddff067b
Add Buffer satellite data
3 months ago
0ddfe81df8
added gitattributes for merge driver
2 months ago
ba34c631e0
Removes checkpoint.ipynb files
3 months ago
cb849a815f
'deploying_web_app_files'
1 month ago
dabd8d2103
Upload files to 'Task7-Modelling'
2 months ago
536d902637
Added water column corrected images to wcc_summer folder
1 week ago
229fe614e2
'deploying_web_app_files'
1 month ago
229fe614e2
'deploying_web_app_files'
1 month ago
9fb8b477e2
'requirements.txt'
1 month ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

SeagrassMeadowsMapping

Description

End to end machine learning project for Mapping Seagrass Meadows with Satellite Imagery and Computer Vision.

Set Up

Recommmended to create an independent environment for the project and install the necessary libraries with provided requirements file :

conda create --name <my-env>
pip install -r requirements.txt

Architecture

For the end to end pipeline please observe the following diagram : pipeline

Data

Refer to the data DVC folder and connected task 6 folders

Modeling

Modeling was done following different methods :

  • Classic machinelearning : SVVM, Random Forest , etc ...
  • Deep Learning : Unet , etc ... Some training experiments and runs are tracked with MLflow in this Dasghub repository. Corresponding models are registred in MLflow registry and are for serving to REST apis.

Deployment

A web app is implemented to do inference with the most accurate model from the registry. The user can upload one or many tiff files and dowload the segmented seagrass meadow map. The web app is multi page and is implemented with dash libray. The first page is a graphical user interface for inference. The second page is a summary of the model metrics and parameters used for inference.

To launch simply run the following from command line :

python my_app.py

webapp1 webapp2 webapp2

Tip!

Press p or to see the previous file or, n or to see the next file

About

"Trieste, Italy Chapter" - Mapping Seagrass Meadows with Satellite Imagery and Computer Vision

Collaborators 1

Comments

Loading...