KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
chatbot
★ 11
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
substack-backup
:
Automated backup of your Substack subcriber list into an Amazon S3 bucket of your choice.
wdio-mobile-utils-demo
:
No description available.
study_Xposed
:
xpoesd 教程
psort
:
P-sort is an open-source, Python-based, cross-platform software with an intuitive GUI. It has been designed to address the challenges of cerebellar neurophysiology, specifically, sorting cerebellar Purkinje cells.
gcn_mnist
:
Use GCN to classify Mnist
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
chatbot
?
Download (.md)
# Medical chatbot ## Chatbot based on A.W.S LEX This process gets done by integrating Lex with Lambda and S3 Bucket ### LEX - Create an intent. - Create slots in this intent and assign them with respective values. - Provide sample utterances for the bot. ### Slots Allotment in lex | Slots | Values | | --- | --- | | Medicinetype | Tablets, Tonic, Lotion | | Age | Teen, Child, Old | | Symptoms | Cold, Cough, Allergy, Fever, Headache | ## Lambda Fulfillment - The Lambda fulfillment will be done in Lex. - This requires a node.js code which makes the integration of Lambda and S3 with Lex possible. - This fetches the required data from S3 bucket and sends it to the Lex. The code is provided here. https://github.com/ManojRamKumar/chatbot/blob/master/index.js ## In Progress  