Nova’s Fast dev API

Nova’s Fast dev API

Today's been about getting this thing set up properly. I'm not a developer by trade, but I've always been a coder. That being said, I consider myself a prototype developer, so my projects tend to be loosely managed. I wanted…
Python Nerdery: Audio RSTP AI Listener

Python Nerdery: Audio RSTP AI Listener

Today's python experiment came after hearing an explosion outside. We never identified what it was, but it led me to be curious if I could create an AI listener to the camera. Long story short, python with numpy, pandas and…
Python Nerdery: The Casual Bird Report

Python Nerdery: The Casual Bird Report

I have a HaikuBox listening to bird calls near my house. This morning's coffee tinker is collecting visit data from the API, passing it to Ollama with a custom prompt and outputting a casual PDF report I can read. import…
Python Nerdery: Security Camera Color Grading

Python Nerdery: Security Camera Color Grading

I have a camera that shoots Mount Rainier all of the time. This morning's coffee tinker was automatically color grading the stream import cv2 import numpy as np from datetime import datetime import os class RTSPGrader: def __init__(self): # RTSP…