Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/spijkervet/weebo
- Owner: Spijkervet
- Created: 2017-09-21T12:29:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:48:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T05:46:45.696Z (about 1 month ago)
- Language: JavaScript
- Size: 6.92 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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