What to expect when purchasing the "electronics" pack for Anubis and Horus: - Arduino code is what is loaded into arduino - BOM is a bill of material - excel what is all you need from electronics ... I don't know what all there was from mechanics / connectors, etc. - ledserver is one part of the program that controls LEDs - main_app is the main app - scripts are "autostart" scripts that need to be copied according to readme.txt - wiring diagram is pdf with wiring - anubis.tar.gz is a package that uploads to linux HOW TO GET IT RUNNING - install fresh instalation of raspberry pi - make user pi to autologin - update all packages and install screen (if needed) - enable camera trough raspiconfig - copy anubis.tar.gz and unpack it to home folder PYTHON MADNESS - install pip3 and venv - create for each code (anubis/ledserver) separate virtual enviroments - install needed packages trough requirements.txt - for anubis tensorflow-light need to be installed via "wheel" package (included in folder anubis) SCRIPTS both directories need to be in pi home folder (/home/pi/anubis and /home/pi/ledserver) rc.local will start ledserver on screen in background anubis.desktop need to be copied into /home/pi/.config/autostart/ and will run app after the start LINKS whole project is based on Evan Juras demo of object detection https://github.com/EdjeElectronics/TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi