shanover commited on
Commit
cf3770a
1 Parent(s): 62b60e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -19,4 +19,11 @@ widget:
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.
 
 
 
 
 
 
 
 
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.
23
+
24
+ Labels:
25
+ 0 - Fungal infection
26
+ 1 - Diabetes
27
+ 2 - Heart attack
28
+
29
+ Will add more diseases in coming days