Skip to content

PuppetBot is a cloud powered chatter robot (chatbot) written in python. PuppetBot uses AWS Lex as its chatbot engine. AWS Rekognition for face detection. AWS Polly for converting conversations into visemes, which are used as an input to control lip movements.

Notifications You must be signed in to change notification settings

mmuppidi/PuppetBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet Bot

PuppetBot is a cloud powered chatter robot (chatbot) written in python. It is a robot which can have conversations with the end users. PuppetBot has a camera and is capable of staring conversation when it detects a human face in front of it. It is an actual robot which can make voice appropriate lip movements. PuppetBot uses AWS Lex as its chatbot engine. AWS Rekognition for face detection. AWS Polly for converting conversations into visemes, which are used as an input to control lip movements. Here is a video of the PuppetBot in action.

PuppetBot

Getting Started:

Basic Voice Based Chatbot:

Voice based chatbot is a stripped down version of PuppetBot. This setup just needs a Raspberry Pi, USB microphone and speaker. Before starting the chatbot we need to configure the Raspberry Pi and build a cloud backend. Instructions to configure the Raspberry Pi are here and to build a cloud backend are here and here.

cd PuppetBot
sudo python bot.py audiobot start

PuppetBot:

Before starting the PuppetBot follow the instructions from hardware, configure raspberry pi and cloud backend pages.

cd PuppetBot
sudo python bot.py puppetbot start 

About

PuppetBot is a cloud powered chatter robot (chatbot) written in python. PuppetBot uses AWS Lex as its chatbot engine. AWS Rekognition for face detection. AWS Polly for converting conversations into visemes, which are used as an input to control lip movements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages