Innovator89 commited on
Commit
cb784eb
·
verified ·
1 Parent(s): 7fb7180

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 **: PostgreSQL is used for efficient handling of user's data, interaction history and diagnosis record keeping.
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:**