Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
🛰️ Satellite Classification Dashboard
|
| 2 |
A streamlined deep learning application for classifying satellite images using state-of-the-art neural network models. This interactive Gradio-based dashboard allows users to upload satellite images, select multiple models for classification, and view predictions with confidence scores and visualizations, all hosted on Hugging Face Spaces.
|
| 3 |
🌟 Features
|
|
@@ -253,6 +255,16 @@ Restart the Space after pushing changes.
|
|
| 253 |
|
| 254 |
Contact Support: If unresolved, open an issue on Hugging Face or check the Hugging Face Forums.
|
| 255 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 256 |
📊 Usage Statistics
|
| 257 |
Track your application usage:
|
| 258 |
|
|
|
|
| 1 |
+
|
| 2 |
+
title: Satellite Classification Dashboardemoji: 🛰️colorFrom: bluecolorTo: purplesdk: gradiosdk_version: 5.0.2app_file: app.pypinned: false
|
| 3 |
🛰️ Satellite Classification Dashboard
|
| 4 |
A streamlined deep learning application for classifying satellite images using state-of-the-art neural network models. This interactive Gradio-based dashboard allows users to upload satellite images, select multiple models for classification, and view predictions with confidence scores and visualizations, all hosted on Hugging Face Spaces.
|
| 5 |
🌟 Features
|
|
|
|
| 255 |
|
| 256 |
Contact Support: If unresolved, open an issue on Hugging Face or check the Hugging Face Forums.
|
| 257 |
|
| 258 |
+
Missing configuration in README
|
| 259 |
+
|
| 260 |
+
Cause: The README.md lacked the required YAML front matter.
|
| 261 |
+
Fix: This file includes the correct YAML header (see top). Ensure it is saved as README.md in the repository root:git add README.md
|
| 262 |
+
git commit -m "Add YAML front matter to README.md"
|
| 263 |
+
git push
|
| 264 |
+
|
| 265 |
+
|
| 266 |
+
Restart Space: Go to the Space’s Settings tab and click Restart Space to apply changes.
|
| 267 |
+
|
| 268 |
📊 Usage Statistics
|
| 269 |
Track your application usage:
|
| 270 |
|