Made in ReactJS, constructed with create-react-app, utilizing AWS Amplify & Amazon Lex
📚 See Live 📚
An educational chatbot made with ReactJS, AWS Amplify & Amazon Lex
The bot was made and setup using the Amplify CLI.
Adding intents is quite simple and intuitive when using the AWS console.
Changes on the backend and front are able to be updated using 'amplify push' or 'amplify pull' in the CLI.
There might be a need for an attachment relational type database or No-SQL database to pull educational information about a school and its students. .
This is not a finished product, only a template on which to build a functioning Edu Chatbot.
- 💻 Implement backend to pull student/institutional information
- 🔒 Athentication of students / faculty of institution
- 🖌 Style refactoring to fit desktop application
- 📱 Native integration into a mobile application
Deployed with AWS Amplify
From your command line, first clone this repo:
# Clone this repository
$ git clone https://github.com/ginoleeswan/edu-chatbot-with-lex-amplify/
# Go into the repository
$ cd edu-chatbot-with-lex-amplify
# Remove current origin repository
$ git remote remove origin
npm install
npm run start
npm run test
Give a ⭐️ if this project helped you!