Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git mlflow
elena-andreini 33f4579dbe
Final modeling experiments by Priyanka : Unet for Croatia and Greece on cleaned and DOS (dark object subtraction) images
17 hours ago
f3572959b5
Revert "Uploaded Croatia data card"
1 month ago
33f4579dbe
Final modeling experiments by Priyanka : Unet for Croatia and Greece on cleaned and DOS (dark object subtraction) images
17 hours ago
4de976c132
'deploying_web_app_files'
2 months ago
760ed6ac9c
Added stub for blog post content
20 hours ago
871ee98618
adding datasets documentation in markdown format
2 weeks ago
c39b187e40
'deploying_web_app_files'
2 months ago
c39b187e40
'deploying_web_app_files'
2 months 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'
2 months ago
dabd8d2103
Upload files to 'Task7-Modelling'
3 months ago
67a09fd80e
Attention ! : mask generation not working ! Fix the cell below Do the actual mask generation
2 weeks ago
229fe614e2
'deploying_web_app_files'
2 months ago
229fe614e2
'deploying_web_app_files'
2 months ago
9fb8b477e2
'requirements.txt'
2 months 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 199

Comments

Loading...