Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 856 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 856 Bytes

Installation

if running on debian based linux OS then you can run install.sh script. this script install required audio packages in addition to python modules. for other OS please see 'Speech Recognition' documentation

Runninng

execute disease_diagnose.py. once the program starts you can choose between speech input or terminal input internet connection is required when using speech input because speech recognition is using google API. for other speech recognition endpoints see 'speech recognition' library

currently only exect symptom phrases are support!

Symptoms-diagnose data-set Source

https://www.kaggle.com/plarmuseau/sdsort

Technical References

Pandas

https://pandas.pydata.org/pandas-docs/stable/10min.html

spacy NLP Library

https://spacy.io/

Speech Recognition

https://realpython.com/python-speech-recognition/