Spaces:
Sleeping
Sleeping
Commit ·
47cf5fe
1
Parent(s): 998bc6e
Add Hugging Face Space metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Oil Spill Detection & Monitoring System
|
| 2 |
|
| 3 |
This is a full-stack AI-driven application that detects oil spills from satellite imagery using a deep learning segmentation model (U-Net).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Oil Spill Detection
|
| 3 |
+
emoji: 🌊
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# Oil Spill Detection & Monitoring System
|
| 11 |
|
| 12 |
This is a full-stack AI-driven application that detects oil spills from satellite imagery using a deep learning segmentation model (U-Net).
|