Giter Site home page Giter Site logo

prism's Introduction

Prism

Table of contents

General info

Hello! This is the project Prism, created for the Interactive Media Design 2020 Capstone at the University of Washington Bothell. This project uses a Raspberry Pi 4 and a Blue Snowball microphone to manipulate lights. This project utilizes speech recognition to create a light expereince using LED lights. This project also has the capability to use hue lights as well as a smart mirror display.

Technologies

Hardware:

  • Raspberry Pi 4
  • LED Strip
  • Hue Bridge and Lights (optional)
  • Smart Mirror Display (optional)

Software:

  • Python 3.6
  • scipy
  • pyaudio
  • wave
  • keyboard
  • rpi-ws281x
  • speechrecognition
  • google-cloud-speech
  • pHue
  • colorsys
  • colour
  • rgbxy
  • pyinflect
  • Pillow

Setup

To run this project, install the appropriate packages:

$ pip install scipy==1.2.3
$ pip install pyaudio
$ pip install wave
$ pip install keyboard
$ pip install rpi-ws281x
$ pip install speechrecognition
$ pip install google-cloud-speech
$ pip install phue
$ pip install colorsys
$ pip install rgbxy
$ pip install colour
$ pip install pyinflect
$ pip install Pillow

Run Project

The system is broken up into four different controllers, main, speech, light, and file. The MainController is the base example of the system and stores the other controllers. To run the latest version of the program, run the line of code below. Also, all the arguments listed below can be added to the base command line:

  • -ip: IP Address of your hue bridge, string
  • -id: Unique username to access hue bridge, string
  • -wf: Filename of coded words you want to use, string
  • -cf: Filename of color names you want to use, string
  • -l: Number of LEDs used in system, int
  • -d: If you are using a display, boolean
  • -sr: The speech library you are using, string
$ sudo bash ./mainStart.sh

prism's People

Contributors

jacobsbeck avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.