Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,15 @@ tags:
|
|
8 |
- bert-base-uncased
|
9 |
- disease
|
10 |
- medical
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
|
14 |
-
|
|
|
|
8 |
- bert-base-uncased
|
9 |
- disease
|
10 |
- medical
|
11 |
+
widget:
|
12 |
+
- text: "I am having itching, skin rash, and nodal skin eruptions"
|
13 |
+
example_title: "Fungal infection example"
|
14 |
+
- text: "I feel like vomiting, breathlessness, and sweating"
|
15 |
+
example_title: "Heart Attack example"
|
16 |
+
- text: "I am feeling fatigue, weight loss, restlessness and also lethargy."
|
17 |
+
example_title: "Diabetes example"
|
18 |
---
|
19 |
|
20 |
+
The objective is to develop a symptom-to-disease classification model for a natural language chatbot. This model takes input text such as "I am feeling vomiting, breathlessness, and sweating" and accurately identifies the associated disease (2 - 'Heart attack').
|
21 |
+
|
22 |
+
In essence, the chatbot's purpose is to analyze users' symptoms and provide relevant disease predictions in real-time conversation.
|