python Posts
A collection of my posts on python
. Whether I'm trying to
build something new or figure out how to break it, these notes, fixes,
and deep dives document my process. I hope you find them useful.
-
Setting up a monitoring stack for Sanic. This is my quick reference for hooking up a Prometheus Counter via middleware to track all incoming requests.
-
My experiment with building a hand signal recognizer using a CNN. This is my log on collecting data with a webcam and implementing a LeNet-5-style model in TensorFlow.