mohitrajdeo
commited on
Commit
Β·
e3681ad
1
Parent(s):
623d6d9
Update available features in the home page to include Hypertension and Sleep Health Analysis, and remove Mental Health Assessment
Browse files
app.py
CHANGED
@@ -95,14 +95,16 @@ if selected == 'Home':
|
|
95 |
This tool provides **early prediction and analysis** for various health conditions using **Machine Learning & NLP**.
|
96 |
|
97 |
### π₯ Available Features:
|
98 |
-
- **β
Checkbox-based Lifestyle Disease Predictor** using **BiomedNLP-PubMedBERT**
|
99 |
-
- **π€ AI Chatbot for Health Assistance** (Ask health-related questions)
|
100 |
-
- **π§ Mental Health Assessment**
|
101 |
- **π©Έ Disease Predictors**:
|
102 |
-
- Diabetes
|
103 |
-
-
|
104 |
-
-
|
105 |
-
-
|
|
|
|
|
|
|
|
|
|
|
106 |
- **π Data Visualizer** (Analyze trends in health conditions)
|
107 |
|
108 |
π Select an option from the sidebar to proceed!
|
|
|
95 |
This tool provides **early prediction and analysis** for various health conditions using **Machine Learning & NLP**.
|
96 |
|
97 |
### π₯ Available Features:
|
|
|
|
|
|
|
98 |
- **π©Έ Disease Predictors**:
|
99 |
+
- Diabetes Prediction
|
100 |
+
- Hypertension Prediction
|
101 |
+
- Cardiovascular Disease Prediction
|
102 |
+
- Stroke Prediction
|
103 |
+
- Asthma Prediction
|
104 |
+
- Sleep Health Analysis
|
105 |
+
# - **β
Checkbox-based Lifestyle Disease Predictor** using **BiomedNLP-PubMedBERT**
|
106 |
+
- **π€ Medical Consultant** (Ask health-related questions)
|
107 |
+
# - **π§ Mental Health Assessment**
|
108 |
- **π Data Visualizer** (Analyze trends in health conditions)
|
109 |
|
110 |
π Select an option from the sidebar to proceed!
|