Skip to content
View nathanaday's full-sized avatar

Block or report nathanaday

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nathanaday/README.md

Hi, I'm @nathanaday

I have been developing software for automation, vision, and IoT for the past 4 years. I believe data visualization is just as important as data handling, and thankfully I do both.

99% of what I work on is in private repo's! But I have an open source project in the making--more to come when I start grad school in Fall 2025

My mains:

  • 🐍 Python - The largest application I have every designed and deployed--an IoT gateway for fire detection--is entirely written in Python. I am a fan of FastAPI and Pydantic.
  • 🐹 Go - Rewritting a lot of my python components in Go because it's really impressive. I frequently use the Docker SDK to create custom CI/CD pipelines.
  • 🌐 Vue.js - While I spend a lot of time in the back end, people I work with know me for my nice UI's and thoughtful UX. I build with Vue.js, Vite, Tailwindcss, and Vuetify.
  • 🔧 C++ - Anything from low-level device drivers and sensor layers to making high-powered GUI's with the wonderful Qt framework.

Popular repositories Loading

  1. RealTime-OCR RealTime-OCR Public

    Perform text detection in a variety of languages with your computer webcam using Google Tesseract OCR and OpenCV. This script achieves a real-time OCR effect via multi-threading.

    Python 168 41

  2. SatellitePrediction SatellitePrediction Public

    Generates satellite viewing opportunities over a location

    Python 4

  3. Gender-Recognition Gender-Recognition Public

    Forked from BernardoOlisan/Gender-Recognition

    Just a little project, include no dataset folder, trained model

    Python 2

  4. nathanaday nathanaday Public

    Config files for my GitHub profile.

  5. Node-RED-Docker Node-RED-Docker Public

    Forked from binnes/Node-RED-Docker

    Template project for running Node-RED in Docker

    JavaScript

  6. Kalman-Tracker Kalman-Tracker Public

    Filters TensorFlow object detections through Kalman filter implementation to improve spatial accuracy and fluidity

    Python