A smart helper for parents with connected kids. Check out the website.
This was a side project I created to submit to the AWS Chatbot Challange 2017.
It didn't win, but it was a great opportunity to learn some new technology. I'm open sourcing because it's doing some cool things:
- It's serverless! Not only the chatbot service, but the django website, all in the same codebase.
- It works with Facebook Messenger.
- A router and tester was made to easily create chat scripts and test them.
- A chat bot using Amazon Lex.
- Stack is Python/Django/Postgres on Amazon Lambda
- Currently parents use a Facebook Messenger to interact with the bot. Kids use text messages (via twilio).
- Zappa is used to deploy the bot to AWS/Lambda.
- Two separate deployments are used (one for bot, and one for website) but it is the same code base.