All Projects → AxelAli → DiseaseClassifier

AxelAli / DiseaseClassifier

Licence: other
Using a Naive Bayes Classifier gets possible diseases from symptoms

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DiseaseClassifier

BioBalanceDetector
Bio Balance Detector's products aim to show the weak electromagnetic fields around every living being (including plants, animals and humans) and display it in a heat-map like hyper-spectral image.
Stars: ✭ 18 (-21.74%)
Mutual labels:  health, healthcare
Openmrs Core
OpenMRS API and web application code
Stars: ✭ 979 (+4156.52%)
Mutual labels:  health, healthcare
humanapi
The easiest way to integrate health data from anywhere - https://www.humanapi.co
Stars: ✭ 21 (-8.7%)
Mutual labels:  health, healthcare
hi-ml
HI-ML toolbox for deep learning for medical imaging and Azure integration
Stars: ✭ 150 (+552.17%)
Mutual labels:  health, healthcare
EyesGuard
👀 Windows Application for protecting your eyes
Stars: ✭ 217 (+843.48%)
Mutual labels:  health, healthcare
aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+413.04%)
Mutual labels:  health, healthcare
Docproduct
Medical Q&A with Deep Language Models
Stars: ✭ 495 (+2052.17%)
Mutual labels:  health, healthcare
open-source-cure-for-cancer
Using AI to figure out cancer
Stars: ✭ 45 (+95.65%)
Mutual labels:  health, healthcare
All In One
👔 Health care application for reminding health-todo lists and making healthy habits every day.
Stars: ✭ 109 (+373.91%)
Mutual labels:  health, healthcare
Mri Analysis Pytorch
MRI analysis using PyTorch and MedicalTorch
Stars: ✭ 55 (+139.13%)
Mutual labels:  health, healthcare
DocProduct
Medical Q&A with Deep Language Models
Stars: ✭ 527 (+2191.3%)
Mutual labels:  health, healthcare
Opal
A web framework for building highly usable healthcare applications.
Stars: ✭ 227 (+886.96%)
Mutual labels:  health, healthcare
healthcare
Open Source Healthcare ERP / Management System
Stars: ✭ 68 (+195.65%)
Mutual labels:  health, healthcare
sundly
💛 Encrypted & decentralized personal health records. Built on Blockstack and powered by Blockchain.
Stars: ✭ 24 (+4.35%)
Mutual labels:  health, healthcare
HealthCare-Scan-Nearby-Hospital-Locations
I developed this android application to help beginner developers to know how to use Google Maps API and how to convert JSON data into Java Object.
Stars: ✭ 23 (+0%)
Mutual labels:  health, healthcare
freehealth
Free and open source Electronic Health Record
Stars: ✭ 39 (+69.57%)
Mutual labels:  health, healthcare
HealthDeterminants
Social Determinants of Health Visualization
Stars: ✭ 58 (+152.17%)
Mutual labels:  health, healthcare
chr247.com
An open source multi tenant cloud platform for small scale clinics
Stars: ✭ 56 (+143.48%)
Mutual labels:  health, healthcare
Keera Posture
Alleviate your back pain using Haskell and a webcam
Stars: ✭ 48 (+108.7%)
Mutual labels:  health, healthcare
Openemr
The most popular open source electronic health records and medical practice management solution.
Stars: ✭ 1,762 (+7560.87%)
Mutual labels:  health, healthcare

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].