Skip to content

Cybercaramel/DiseaseClassifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Disease Classifier

Using a Naive Bayes Classifier gets possible diseases from symptoms In 12 lines of code

Example Input:

python GuessDisease.py "agitation exhaustion"

Example Output:

('influenza', 0.0)

DATA USED

http://people.dbmi.columbia.edu/~friedma/Projects/DiseaseSymptomKB/index.html

(Dataset.csv is ready to use)(Contains 180 Diferent Diseases and their symptoms)

Requsites

sudo pip install naiveBayesClassifier

Posible Bugs/Errors.

None that im aware of

Thanks to:

https://github.com/muatik/naive-bayes-classifier

About

Using a Naive Bayes Classifier gets possible diseases from symptoms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%