Work
Below are examples of projects that I have worked on.
Decision Making with Intelligent Agents
This system comprises a web interface and a AI partner to support a decision making task. Users are able to consult a task expert that is presented as a robot or chat bot. 
The web interface was built using Django and served on a local server. A second version of this system was served on Heroku. The web interface was built in the span of 3 months.
Decision making interface.
Decision making interface.
Decision waiting.
Decision waiting.
Decision comparison with partner.
Decision comparison with partner.
Decision Making with Intelligent Agents partner robot was programmed using Python on the NAOqI framework provided by Softbank Robotics. All scripts were custom built over a span of 2 months. A custom chat bot was programmed using Javascript on the Botpress framework. This chat bot was embedded in the web interface and used web hooks to interact with data from the web interface. Heroku was used to host the chat bot. 
Robot interaction.
Robot interaction.
Chat bot interaction embedded in web interface.
Chat bot interaction embedded in web interface.
Video Conferencing with Robot Teams
During, the 2020 pandemic I worked on a system that would investigate video conferencing with robots. The system is an online webpage that allows users to communicate with a robot team. 
It was built using Django as the web framework and served on Heroku. The robots were programmed using Python on the NAOqI framework. A total of 8 robots were programmed with custom scripts to control their movements and responses. 
Background page provides description of activity.
Background page provides description of activity.
The web conferencing page connects a user to 7 robots to work on an activity.
The web conferencing page connects a user to 7 robots to work on an activity.
Back to Top