| # Disease Prediction Model | |
| This repository contains a TensorFlow model for disease prediction along with necessary data files. | |
| Files included: | |
| - disease_prediction_model.h5: The main model file | |
| - disease_info.json: Information about diseases | |
| - symptoms_list.json: List of symptoms | |
| - label_encoder.pkl: Label encoder for disease names | |
| --- | |
| language: en | |
| license: apache-2.0 | |
| tags: | |
| - disease-prediction | |
| - tensorflow | |
| - medical | |
| model-name: Disease Prediction Model | |
| pipeline_tag: text-classification | |
| widget: | |
| - text: "1, 0, 0, 1, 1" # Replace with example symptom input | |
| --- | |