Skip to content

tbs1-project-alpha/smart-mirror

Repository files navigation

This project is still a work in progress and might change repeatedly and may not yet be stable or not run at all in some places.

SMART MIRROR

This is a brief description of how to install and assemble the Smart Mirror. All the hardware parts I need or use are listed in the first step under Hardware. the assembly is described afterwards under the same tab. Finally, under the Software tab, the installation under Windows and Debian and Fedora Linux distributions is described. At the bottom of the document you will find finally used add-ons, previews and the people who worked on the project.


Hardware

Used hardware for testing and for general use:

How to build the smart mirror:

!!! COMMING SOON !!!


Software

Used Python libraries:

Voice Assistant

Face Recognition

Used Software:

Installation

Clone the GitHub repository:

  git clone https://github.com/rosenguard/smart-mirror.git

Windows

Download the newest graphical installer of CMake and run the "cmake-XXXXX-windows-x86_64.msi" file.

After that go into the cloned the GitHub repository open the command promt and install the requirements.txt file.

  pip3 install -r requirements.txt

Now you are able to run the main.py file so you can use the voice assistant, GUI on the screen and the face recognition.

  python3 main.py

Linux

Download the newest version of CMake:

On Debian:

  sudo apt install CMake

On Fedora:

  sudo dnf install cmake

Go into the cloned the GitHub repository open the command promt and install the requirements.txt file.

  pip3 install -r requirements.txt

Now you are able to run the main.py file so you can use the voice assistant, GUI on the screen and the face recognition.

  python3 main.py

Used tools:

DeepL

A short preview:

!!! COMMING SOON !!!

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages