Smart Mirror Documentation
Search…
Smart Mirror Documentation
Introduction
Hardware
Installation
Install Raspberry PI OS
Install dependencies
Configuration
Running
Troubleshooting & FAQs
Development and Contributing
Updating
Index
How Tos
Powered By
GitBook
Install dependencies
You'll need to install the following in order to run the keyword spotter and have the mirror listen to you:
1
sudo apt-get install sox libatlas-base-dev
Copied!
Before we can run the thing we've got to install the projects dependencies. From the root of the
smart-mirror
directory run:
1
cd ~/smart-mirror
2
npm install
Copied!
This will take a few minutes, it has to download
electron-prebuilt
. Once it is complete please continue to configuring the smart-mirror.
Next Step:
Configure the Pi
Previous
Install Raspberry PI OS
Next
Configuration
Last modified
7mo ago
Copy link