Skip to content
View LTeder's full-sized avatar
♾️
♾️

Block or report LTeder

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
LTeder/README.md

Hello, I'm Logan! 🤠

Since April of last year I have been working at LUMIQ (Charleston, SC). I contributed to the work of Blinkcns (Charleston as well) for over five years in various roles. My programming experience is primarily in Python, particularly with data science/infrastructure, machine learning, computer vision, signal analysis, edge devices, and GIS. I have additional experience in Rust, JS, C++, C, Matlab, Mathematica, and Java (generally ordered in decreasing level of confidence), along with active working knowledge of AWS. In 2023 I graduated from Columbia University with a bachelor's degree in Mechanical Engineering.

Let's get in touch. I've got a lot to offer and I'm always on the hunt for new opportunities.

spotify-github-profile Profile for L. Teder on Stack Overflow

Pinned Loading

  1. MIDI piano transcription from any re... MIDI piano transcription from any recording
    1
    Using a couple repos with Python, you can transcribe any piano recording to MIDI.
    2
    Each will use their own environment. Pretty straightforward with conda/mamba.
    3
    
                  
    4
    Both steps incur some loss which affects the quality of the end result.
    5
    But on any reasonably hi-fi recording since the late 60s you should get acceptable results. Super useful for dumping into Syn/[Neothesia](https://github.com/PolyMeilex/Neothesia).
  2. softbots softbots Public

    Simulation, evolution, and rendering of "soft robots" in Python

    Python

  3. tsp tsp Public

    A genetic program written in Rust to solve the travelling salesperson problem

    Rust

  4. recursive-regular-polygon-spiral-generator recursive-regular-polygon-spiral-generator Public

    Draws a spiral of a recursively placed regular polygon.

    Python