Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 890 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 890 Bytes

MagicMirror

This repository contains the central controlling unit of the MagicMirror³ project.

It enables the face recognition system and communication with the MagicApp.

How to install

  1. Clone the repository onto your Rasperry Pi into /home/pi/MagicController
  2. Navigate to the setup folder
  3. Run chmod +x install.sh
  4. Execute install.sh with ./install.sh
  5. Done! The setup should take care of the rest.

Coming soon: A single script taking care of everything.

Documentation

The documentation currently only consists of code comments, but we plan to extend this via GitHub wikis or other 3rd party tools.

How to contribute

Check out our Contribution guidelines if you want to contribute to the project