Metadata-Version: 2.4
Name: nvrchannel
Version: 0.1.8
Author: Daniel Dunn
License-Expression: MIT
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: opencv-python
Requires-Dist: pillow
Requires-Dist: icemedia
Requires-Dist: scullery
Requires-Dist: zeep
Requires-Dist: huggingface-hub
Requires-Python: >=3.10, <4.0
Description-Content-Type: text/markdown

# NVRChannel
Network video recorder for iot_devices compatible apps.
Requires GStreamer to be installed on the system.

Split into a separate lib due to the large model file.


## Changes
### 0.1.7 

* setup.py file include fix

### 0.1.6

* Use cv2.dnn because tflite keeps breaking on python version updates.
* Switch to MobileNetSSD
