create readme
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: image-classification
|
| 4 |
+
tags:
|
| 5 |
+
- multimodal
|
| 6 |
+
- air-pollution
|
| 7 |
+
- vision-transformer
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Multimodal Air Pollution Prediction
|
| 11 |
+
|
| 12 |
+
This model uses a **Gated Multimodal Fusion** approach to predict AQI levels.
|
| 13 |
+
|
| 14 |
+
## Performance Metrics
|
| 15 |
+
| Metric | Score |
|
| 16 |
+
| :--- | :--- |
|
| 17 |
+
| **Jaccard Index** | [Your Score] |
|
| 18 |
+
| **Cohen’s Kappa** | [Your Score] |
|
| 19 |
+
| **MCC** | [Your Score] |
|
| 20 |
+
|
| 21 |
+
## How to use with Node.js
|
| 22 |
+
This model is designed to be called via a Python subprocess.
|