512 skills found · Page 5 of 18
PyDevices / PydisplayDisplay, touch and encoder drivers for MicroPython, CircuitPython and Python
douban / PyCharlockHolmesCharacter encoding detecting library for Python using ICU and libmagic.
mvcisback / Py Aigerpy-aiger: A python library for manipulating sequential and combinatorial circuits encoded using `and` & `inverter` gates (AIGs).
Luodian / Nano HevcA minimal, educational HEVC (H.265) encoder written in Python.
schwehr / NoaadataPure python AIS decode and encode
fangwei123456 / Python Jpeg Encodercreate a standardized JPEG file
allanino / DNAA python script to encode/decode arbitrary computer files into DNA sequences.
rcsb / Mmtf PythonThe python implementation of the MMTF API, decoder and encoder.
nkuwangfeng / Encoder Imu Ekf RosROS package to fuse together IMU and wheel encoders in an EKF. Implemented in both C++ and Python. C++ version runs in real time.
tony-tiger / LrsPython source code for generating manchester encoded binary files. Use with LRS pagers, GNU Radio and HackRF.
nickspring / Charset Normalizer RsTruly universal encoding detector in pure Rust - port of Python version
wanadev / PyguetzliPython bindings for Google's Guetzli, a JPEG encoder that optimises JPEG compression
tspannhw / OpenSourceComputerVisionOpen Source Computer Vision with TensorFlow, MiniFi, Apache NiFi, OpenCV, Apache Tika and Python For processing images from IoT devices like Raspberry Pis, NVidia Jetson TX1, NanoPi Duos and more which are equipped with attached cameras or external USB webcams, we use Python to interface via OpenCV and PiCamera. From there we run image processing at the edge on these IoT device using OpenCV and TensorFlow to determine attributes and image analytics. A pache MiniFi coordinates running these Python scripts and decides when and what to send from that analysis and the image to a remote Apache NiFi server for additional processing. At the Apache NiFi cluster in the cluster it routes the images to one processing path and the JSON encoded metadata to another flow. The JSON data (with it's schema referenced from a central Schema Registry) is routed and routed using Record Processing and SQL, this data in enriched and augment before conversion to AVRO to be send via Apache Kafka to SAM. Streaming Analytics Manager then does deeper processing on this stream and others including weather and twitter to determine what should be done on this data. References https://community.hortonworks.com/articles/103863/using-an-asus-tinkerboard-with-tensorflow-and-pyth.html https://community.hortonworks.com/articles/118132/minifi-capturing-converting-tensorflow-inception-t.html https://github.com/tspannhw/rpi-noir-screen https://community.hortonworks.com/articles/77988/ingest-remote-camera-images-from-raspberry-pi-via.html https://community.hortonworks.com/articles/107379/minifi-for-image-capture-and-ingestion-from-raspbe.html https://community.hortonworks.com/articles/58265/analyzing-images-in-hdf-20-using-tensorflow.html
austinyu / Ujson5A fast JSON5 encoder/decoder for Python
gift-surg / GIFT GrabAn open-source C++ and Python API for acquiring, processing and encoding video streams in real time. Supports several frame-grabber cards, standard-compliant network streams and video files. Python API is compatible with NumPy and SciPy.
BrianDMG / Conv2mp4 PyPython script that recursively searches through a user-defined file path and converts all videos of user-specified file types to MP4 with H264 video and AAC audio using ffmpeg. If a conversion failure is detected, the script re-encodes the file with HandbrakeCLI. Upon successful encoding, Plex libraries are refreshed and source file is deleted. The purpose of this script is to reduce the amount of transcoding CPU load on a Plex server.
aws / Base64io PythonA stream implementation for Python that provides transparent base64 encoding and decoding of an underlying stream.
Matthias-Wandel / AS5600 Raspberry Pi PythonCode and scematic to connect to AS5600 magnetic encoder from Raspberry Pi using Python
DreamWall-Animation / DwencodeFFmpeg python wrapper to encode image sequence to movie with overlay text.
valohai / Ulid2ULID (Universally Unique Lexicographically Sortable Identifier) encoding and decoding for Python.