From f7ab709cf4d1f4fd1ad59074fc1394793e2a2b24 Mon Sep 17 00:00:00 2001 From: Vignesh Skanda Date: Wed, 9 Oct 2024 23:00:30 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b013d22..d4f37bb 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ print("SVM score: ", model.score(x_test, y_test)) ### How It Works 1. The chatbot asks for your symptoms. -2. It predicts potential diseases using the Decision Tree or SVM models. +2. It predicts potential diseases using the Decision Tree & SVM classifier. 3. The chatbot cross-validates the predictions to ensure accuracy. 4. It also suggests precautions based on the identified disease and speaks the output using text-to-speech.