Development of Alexa Voice bot to provide Safety measures for Patient based on their Symptoms
Offering safety measures for patients based on symptoms.
Technologies used:
Tried AWS lambda function instead of Zappa, but ran into issues with flask_ask integration.
Ran the code locally and used ngrok to get a https URL, but the connection wasn’t stable.
The skill is now ready for testing either virtually via echosim.io or physically using devices like Echo, Echo dot by signing in with the same Amazon account credentials.
The latest enhancements will be updated to the Master branch for release.
master
branch
- Merging requires a
Pull Request
review/approval.- Once reviewed and merged with
develop
, raise aPull Request
formaster
for the enhancement to be implemented.
develop
branch
- Create branches for each enhancement from this branch.
- Work on enhancement-specific contributions.
- Push the latest code with
Pull Requests
and get it reviewed.- Merging requires a
Pull Request
review/approval.