Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Flood Predictor Model
|
| 2 |
+
|
| 3 |
+
This model predicts the likelihood of flooding based on 10 days of rainfall data, altitude, and continent information.
|
| 4 |
+
|
| 5 |
+
Trained using PyTorch and exported as a binary file for Hugging Face inference.
|