update Readme
Browse files
README.md
CHANGED
|
@@ -6,4 +6,16 @@ Files included:
|
|
| 6 |
- disease_prediction_model.h5: The main model file
|
| 7 |
- disease_info.json: Information about diseases
|
| 8 |
- symptoms_list.json: List of symptoms
|
| 9 |
-
- label_encoder.pkl: Label encoder for disease names
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- disease_prediction_model.h5: The main model file
|
| 7 |
- disease_info.json: Information about diseases
|
| 8 |
- symptoms_list.json: List of symptoms
|
| 9 |
+
- label_encoder.pkl: Label encoder for disease names
|
| 10 |
+
---
|
| 11 |
+
language: en
|
| 12 |
+
license: apache-2.0
|
| 13 |
+
tags:
|
| 14 |
+
- disease-prediction
|
| 15 |
+
- tensorflow
|
| 16 |
+
- medical
|
| 17 |
+
model-name: Disease Prediction Model
|
| 18 |
+
pipeline_tag: text-classification
|
| 19 |
+
widget:
|
| 20 |
+
- text: "1, 0, 0, 1, 1" # Replace with example symptom input
|
| 21 |
+
---
|