This repository contains code and data for my article "Doctor.ai, an AI-Powered Virtual Voice Assistant for Health Care".
-
The template.yaml is for AWS SAM deployment.
-
Neo4j command is for data import.
AWS CLI and SAM
Chrome
Currently, the deployment of Lex is a bit awkward. The source code in this repository needs to be uploaded to an S3. The bucket and file name are defined in Line 359 and 360 in the template.yaml file for CloudFormation before the sam build command. Otherwise, you will only deploy the same Lex from my s3://datathon-medium-file/doctorai-LexJson.zip.
sam build
sam deploy --guided --capabilities CAPABILITY_NAMED_IAM
- Sixing Huang - Concept and Coding
- Derek Ding - AWS management, Neo4j import and Cypher
- Emil Pastor - AWS Lambda
- Irwan Butar Butar - React frontend
- Shiny Zhu - Presentation
This project is licensed under the MIT License - see the LICENSE file for details