Python bindings for Machinetalk
-
Updated
Sep 22, 2020 - Python
Python bindings for Machinetalk
A lightweight, from-scratch neural wake word detection system built with PyTorch and deployed via ONNX Runtime for fast, dependency-light inference. Trained to recognize the custom wake phrase "Jaydek" from streaming microphone audio.
My solutions to random common & uncommon problems I've encountered.
Automatically manage and display information on your Raspberry PI & RGB LED Matrix.
Five OS mechanisms in C on Linux: processes, threads, semaphores, Banker's algorithm, memory allocation. Keeping shared state consistent under concurrency.
A POSIX threads-based simulation of the Single Lane Bridge problem demonstrating deadlock-free and starvation-free synchronization between two-way traffic using mutex locks, with real-time GUI visualization.
An Operating Systems Lab project featuring a networked Battleship game. Includes socket programming and concurrency via a multithreaded C server paired with an asynchronous Python terminal user interface.
Multi-threaded C sensor simulator with moving-average processing and alert generation.
Add a description, image, and links to the pthreads topic page so that developers can more easily learn about it.
To associate your repository with the pthreads topic, visit your repo's landing page and select "manage topics."