Spaces:
Runtime error
Runtime error
09Kanika
commited on
Commit
β’
696bbd2
1
Parent(s):
e10cb01
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Disease Classifier
|
3 |
-
emoji:
|
4 |
colorFrom: gray
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
@@ -11,3 +11,13 @@ license: apache-2.0
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Disease Classifier
|
3 |
+
emoji: π§πΌββοΈπ·
|
4 |
colorFrom: gray
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
## Disease_classifier_based_on_symptoms:
|
15 |
+
#### - Disease classification is a ML approach to predict or diagnose the disease using the symptoms.
|
16 |
+
#### - I have used Random Forest Classifier in this project and the UI is created using Streamlit.
|
17 |
+
|
18 |
+
## Links:
|
19 |
+
#### Hugging face: https://huggingface.co/spaces/30Kanika/disease-classifier
|
20 |
+
#### Kaggle dataset of disease and it's symptoms: https://www.kaggle.com/datasets/karthikudyawar/disease-symptom-prediction
|
21 |
+
|
22 |
+
## Steps to use the UI:
|
23 |
+
#### -After you open the hugging face link ,it will ask you to enter the symptoms you are facing.
|