Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1052,7 +1052,7 @@ else:
|
|
1052 |
- **Hugging Face Inference API**: Integrates with specialized medical text classification models, specifically `DATEXIS/CORe-clinical-diagnosis-prediction`, to predict possible clinical diagnoses (often mapping to ICD-9 codes) from symptom inputs.
|
1053 |
- **Pandas**: For efficient data handling and processing of local CSV medical datasets (symptoms, descriptions, precautions).
|
1054 |
- **ReportLab**: For generating downloadable PDF reports of your personalized health history.
|
1055 |
-
- **Database
|
1056 |
|
1057 |
|
1058 |
**Datasets Used:**
|
|
|
1052 |
- **Hugging Face Inference API**: Integrates with specialized medical text classification models, specifically `DATEXIS/CORe-clinical-diagnosis-prediction`, to predict possible clinical diagnoses (often mapping to ICD-9 codes) from symptom inputs.
|
1053 |
- **Pandas**: For efficient data handling and processing of local CSV medical datasets (symptoms, descriptions, precautions).
|
1054 |
- **ReportLab**: For generating downloadable PDF reports of your personalized health history.
|
1055 |
+
- **Database**: PostgreSQL is used for efficient handling of user's data, interaction history and diagnosis record keeping.
|
1056 |
|
1057 |
|
1058 |
**Datasets Used:**
|