ntfy

Send push notifications to your phone or desktop

ntfy (pronounced "notify") is a simple HTTP-based pub-sub notification service. With ntfy, you can send notifications to your phone or desktop via scripts from any computer, without having to sign up or pay any fees. If you'd like to run your own instance of the service, you can easily do so since ntfy is open source.

libonnxruntime1.20.1

cross-platform inference and training ML accelerator (shared lib)

ONNX Runtime is a performance-focused complete scoring engine for Open Neural Network Exchange (ONNX) models, with an open extensible architecture to continually address the latest developments in AI and Deep Learning. ONNX Runtime stays up to date with the ONNX standard with complete implementation of all ONNX operators, and supports all ONNX releases (1.2+) with both future and backwards compatibility. Please refer to this page for ONNX opset compatibility details.

python3-frozendict

immutable dictionary

Frozendict is an immutable wrapper around dictionaries that implements the complete mapping interface. It can be used as a drop-in replacement for dictionaries where immutability is desired.

python3-gassist-text

interacting with Google Assistant API via text

This package provides a Python library for interacting with Google Assistant API via text.

python3-indexed

Python dictionary indexed by insertion order

indexed.IndexedOrderedDict (or indexed.Dict) is a Python dictionary that is indexed by insertion order, it is feature compatible with collections.OrderedDict as of Python 3.11 and can be used as a drop in replacement.

libv4l-0t64

Collection of video4linux support libraries

libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.