Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (28 loc) · 994 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 994 Bytes

2/4 HNS Control Software

This repository contains the application developed for the PREN challenge @ HSLU in the FS19.

See the following notebooks for some computer vision examples used in the implementation:

See the hslu-pren-digit-cnn repository for more details about the CNN used to detect the signals.

HNS application

# use default stable config
python3 -m hns
# use specific config
python3 -m hns configs/stable.ini

Development

Run tests:

# make sure to have the test dependencies installed
make install-test-dependencies

# run the tests
make test

Build and Install to system

make && sudo make install