1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: berrynet
Section: misc
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper (>= 10),
dh-apache2,
dh-python,
docbook-xsl,
freeboard,
git,
python3,
python3-setuptools,
xsltproc
Standards-Version: 4.4.1
Homepage: https://github.com/DT42/BerryNet
Package: berrynet
Architecture: all
Depends: berrynet-dashboard (>= ${source:Version}),
python3-berrynet (>= ${source:Version}),
${misc:Depends}
Description: deep learning gateway - meta package
BerryNet turns devices into an intelligent gateway with deep learning
running on it. No internet connection is required, everything is done
locally on the local LAN and the IoT devices.
.
This package is the meta package that install everything.
Package: berrynet-dashboard
Section: web
Architecture: all
Depends: freeboard, ${misc:Depends}
Description: deep learning gateway - python3 modules
BerryNet turns devices into an intelligent gateway with deep learning
running on it. No internet connection is required, everything is done
locally on the local LAN and the IoT devices.
.
This package contains the dashboard.
Package: python3-berrynet
Section: python
Architecture: all
Depends: darknet,
python3-opencv,
python3-opengl,
python3-python-telegram-bot,
${misc:Depends},
${python3:Depends}
Recommends: mosquitto
Description: deep learning gateway - python3 modules
BerryNet turns devices into an intelligent gateway with deep learning
running on it. No internet connection is required, everything is done
locally on the local LAN and the IoT devices.
.
This package contains the python3 module.
|