Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spijkervet/weebo

An intelligent personal assistant inspired by the Weebo robot from the popular 1997 movie Flubber.
https://github.com/spijkervet/weebo

Last synced: 16 days ago
JSON representation

An intelligent personal assistant inspired by the Weebo robot from the popular 1997 movie Flubber.

Awesome Lists containing this project

README

        

## Introduction

Weebo is a project I started in the summer of 2017. I was inspired by the movie Flubber which features Robin William's self-built personal assistant robot Weebo. I 3D printed the model taken from Edward Zarick (http://www.edsjunk.net/wordpress/weebo/). This repo contains the program that runs on a Raspberry Pi fitted inside the robot.

## Features
- Respond to wake-word.
- API.AI integration for natural language processing.
- Responds with GIFs that match the answer to a given question.
- Easily create webhooks to create custom intelligent actions.

## Installation
- To play most audio formats:
sudo apt-get install sox libsox-fmt-all

- To use python Speech Recognition:
sudo apt-get install python3-pyaudio