Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesh1507 authored Oct 9, 2024
1 parent dba9464 commit f7ab709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f7ab709

Please sign in to comment.