File size: 1,278 Bytes
5c4d6d6
 
696bbd2
5c4d6d6
 
 
 
 
 
 
 
 
45e7230
696bbd2
45e7230
 
696bbd2
 
45e7230
 
696bbd2
60a8aa2
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: Disease Classifier
emoji: πŸ§‘πŸΌβ€βš•οΈπŸ˜·
colorFrom: gray
colorTo: green
sdk: streamlit
sdk_version: 1.17.0
app_file: app.py
pinned: false
license: apache-2.0
---


## Disease_classifier_based_on_symptoms:
- #### Disease classification is a ML approach to predict or diagnose the disease using the symptoms.
- #### I have used Random Forest Classifier in this project and the UI is created using Streamlit.

## Links:
- #### [Hugging face πŸ€—](https://huggingface.co/spaces/30Kanika/disease-classifier) 
- #### [Kaggle dataset πŸ“˜](https://www.kaggle.com/datasets/karthikudyawar/disease-symptom-prediction)

## Steps to use Hugging face:
#### STEP 1 -After you open the hugging face link ,it will ask you to enter the symptoms you are facing.
![step 1](https://user-images.githubusercontent.com/123890504/222238001-ab473183-6056-4d2f-a87a-f9c490ba9fdb.png)

#### STEP 2 -Enter the symptoms.
![step 2](https://user-images.githubusercontent.com/123890504/222238171-68a97333-dcb5-43f1-bc70-8ea57522858d.png)

#### STEP 3 -Click "Detect" button, and it will show the disease name, description of that disease, and what are the precautions for that.
![step3](https://user-images.githubusercontent.com/123890504/222238453-6156d98e-5e6f-46ac-9f12-3ddce025bd82.png)