Skip to content

NurSecure is a simple, rule-based chatbot that can analyze descriptions, classify syndrome and point you directly to the specialist.

License

Notifications You must be signed in to change notification settings

AngusKung/NurSecure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NurSecure

NurSecure

NurSecure is a simple, rule-based chatbot that analyzes descriptions, classifies syndrome and points you directly to the specialist.

Work in progress!!!

Python 3.6

Setup

Python package

Required evironment: MacOS, Linux

With miniconda/anaconda (recomended)

conda create python=3.6 -n NurSecure
source activate NurSecure
pip install -r requirements.txt

Without miniconda/anaconda

pip install -r requirements.txt

AWS

pip install awscli
aws configure --profile nursecure
# Default region name [None]: us-east-1
# Default output format [None]: json

IAM settings

{
    "Effect": "Allow",
    "Action": "comprehendmedical:*",
    "Resource": "*"
}

Usage

python -m NurSecure

About

NurSecure is a simple, rule-based chatbot that can analyze descriptions, classify syndrome and point you directly to the specialist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages